Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyExportParameters

Package version

The export key parameters.

Hierarchy

  • KeyExportParameters

Index

Properties

Optional enc

The encryption algorithm to use to protected the exported key material

Optional wrappingKey

wrappingKey: JsonWebKey

The export key encryption Json web key. This key MUST be a RSA key that supports encryption.

Optional wrappingKid

wrappingKid: undefined | string

The export key encryption key identifier. This key MUST be a RSA key that supports encryption.

Generated using TypeDoc