Interface KeyManagerSecretsEncryptedMasterSecret

EncryptedMasterSecret is an encrypted master secret.

interface KeyManagerSecretsEncryptedMasterSecret {
    epoch: longnum;
    generation: longnum;
    runtime_id: Uint8Array;
    secret: KeyManagerSecretsEncryptedSecret;
}

Properties

epoch: longnum

Epoch is the epoch in which the secret was created.

generation: longnum

Generation is the generation of the secret.

runtime_id: Uint8Array

ID is the runtime ID of the key manager.

Secret is the encrypted secret.