Interface KeyManagerSecretsSignedEncryptedMasterSecret

SignedEncryptedMasterSecret is a RAK signed encrypted master secret.

interface KeyManagerSecretsSignedEncryptedMasterSecret {
    secret: KeyManagerSecretsEncryptedMasterSecret;
    signature: Uint8Array;
}

Properties

Properties

Secret is the encrypted master secret.

signature: Uint8Array

Signature is a signature of the master secret.