Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownKeyOperations

Package version

Known values of {@link KeyOperation} that the service accepts.

Index

Enumeration members

Decrypt

Decrypt: = "decrypt"

Key operation - decrypt

Encrypt

Encrypt: = "encrypt"

Key operation - encrypt

Import

Import: = "import"

Key operation - import

Sign

Sign: = "sign"

Key operation - sign

UnwrapKey

UnwrapKey: = "unwrapKey"

Key operation - unwrapKey

Verify

Verify: = "verify"

Key operation - verify

WrapKey

WrapKey: = "wrapKey"

Key operation - wrapKey

Generated using TypeDoc