Uses of Class
org.forgerock.secrets.keys.KeyDecryptionKey
Packages that use KeyDecryptionKey
Package
Description
Provides a unified API for accessing secrets of various kinds.
Contains cryptographic key related API objects.
-
Uses of KeyDecryptionKey in org.forgerock.secrets
Fields in org.forgerock.secrets with type parameters of type KeyDecryptionKeyModifier and TypeFieldDescriptionstatic final Purpose<KeyDecryptionKey> Purpose.KEY_DECRYPTIONIndicates a key intended for decrypting ("unwrapping") other keys. -
Uses of KeyDecryptionKey in org.forgerock.secrets.keys
Classes in org.forgerock.secrets.keys that implement interfaces with type arguments of type KeyDecryptionKeyModifier and TypeClassDescriptionclassA key that is used to decrypt (or "unwrap") other keys that have been encrypted with aKeyEncryptionKey.Methods in org.forgerock.secrets.keys that return KeyDecryptionKey