Interface KekHandle

Handle of a key encryption key.

Hierarchy

  • KekHandle

Properties

Properties

grant: ((member) => Promise<KeyDecryptionKey>)

Type declaration

    • (member): Promise<KeyDecryptionKey>
    • Grant access to a new member.

      Caller is responsible for verifying authenticity of the PublicKey or Certificate. If passing a key name or certificate name, the retrieved certificate will be verified by Options.memberVerifier.

      Parameters

      • member: Name | PublicKey | Certificate

      Returns Promise<KeyDecryptionKey>

Generated using TypeDoc