Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WrapResult

Package version

Result of the {@link wrap} operation.

Hierarchy

  • WrapResult

Index

Properties

Properties

algorithm

algorithm: KeyWrapAlgorithm

The {@link EncryptionAlgorithm} used to wrap the data.

Optional keyID

keyID: undefined | string

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

result

result: Uint8Array

Result of the {@link wrap} operation in bytes.

Generated using TypeDoc