Interface KeyManagerSecretsSignedEncryptedEphemeralSecret

SignedEncryptedEphemeralSecret is a RAK signed encrypted ephemeral secret.

interface KeyManagerSecretsSignedEncryptedEphemeralSecret {
    secret: KeyManagerSecretsEncryptedEphemeralSecret;
    signature: Uint8Array;
}

Properties

Properties

Secret is the encrypted ephemeral secret.

signature: Uint8Array

Signature is a signature of the ephemeral secret.