Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UnwrapResult

Package version

Result of the {@link unwrap} operation.

Hierarchy

  • UnwrapResult

Index

Properties

Properties

algorithm

algorithm: KeyWrapAlgorithm

The KeyWrapAlgorithm used to unwrap the data.

Optional keyID

keyID: undefined | string

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

result

result: Uint8Array

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

Generated using TypeDoc