Enumeration Members
DECRYPT
DECRYPT:"DECRYPT"
A key that can be used for decryption operations.
This is typically associated with private keys in asymmetric encryption
or shared keys in symmetric encryption.
DERIVE
DERIVE:"DERIVE"
A key that can be used in key derivation functions.
These functions derive one or more secret keys from a secret value such as
a master key, password, or shared secret.

