Initial State for shielded instance, these are public keys which are safe to store in public
| JSON representation |
|---|
{ "pk": { object ( |
| Fields | |
|---|---|
pk |
The Platform Key (PK). |
keks[] |
The Key Exchange Key (KEK). |
dbs[] |
The Key Database (db). |
dbxs[] |
The forbidden key database (dbx). |
FileContentBuffer
| JSON representation |
|---|
{
"content": string,
"fileType": enum ( |
| Fields | |
|---|---|
content |
The raw content in the secure keys file. A base64-encoded string. |
fileType |
The file type of source file. |
FileType
| Enums | |
|---|---|
UNDEFINED |
|
BIN |
|
X509 |
|