Package version:

Interface WrapResult

Result of the wrap operation.

Hierarchy

  • WrapResult

Properties

Properties

algorithm: KeyWrapAlgorithm

The EncryptionAlgorithm used to wrap the data.

keyID?: string

The ID of the Key Vault Key used to wrap the data.

result: Uint8Array

Result of the wrap operation in bytes.

Generated using TypeDoc