InitialStateConfigArgs

data class InitialStateConfigArgs(val dbs: Output<List<FileContentBufferArgs>>? = null, val dbxs: Output<List<FileContentBufferArgs>>? = null, val keks: Output<List<FileContentBufferArgs>>? = null, val pk: Output<FileContentBufferArgs>? = null) : ConvertibleToJava<InitialStateConfigArgs>

Initial State for shielded instance, these are public keys which are safe to store in public

Constructors

Link copied to clipboard
fun InitialStateConfigArgs(dbs: Output<List<FileContentBufferArgs>>? = null, dbxs: Output<List<FileContentBufferArgs>>? = null, keks: Output<List<FileContentBufferArgs>>? = null, pk: Output<FileContentBufferArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): InitialStateConfigArgs

Properties

Link copied to clipboard
val dbs: Output<List<FileContentBufferArgs>>? = null

The Key Database (db).

Link copied to clipboard
val dbxs: Output<List<FileContentBufferArgs>>? = null

The forbidden key database (dbx).

Link copied to clipboard
val keks: Output<List<FileContentBufferArgs>>? = null

The Key Exchange Key (KEK).

Link copied to clipboard
val pk: Output<FileContentBufferArgs>? = null

The Platform Key (PK).