Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyWrapMetadata

Package version

Represents key wrap metadata that a key wrapping provider can use to wrap/unwrap a client encryption key.

Hierarchy

  • KeyWrapMetadata

Index

Properties

Properties

Optional algorithm

algorithm: undefined | string

Algorithm used in wrapping and unwrapping of the data encryption key.

Optional name

name: undefined | string

The name of associated KeyEncryptionKey (aka CustomerManagedKey).

Optional type

type: undefined | string

ProviderName of KeyStoreProvider.

Optional value

value: undefined | string

Reference / link to the KeyEncryptionKey.

Generated using TypeDoc