Uses of Class
org.forgerock.secrets.keys.KeyEncryptionKey
Packages that use KeyEncryptionKey
Package
Description
Provides a unified API for accessing secrets of various kinds.
Contains cryptographic key related API objects.
-
Uses of KeyEncryptionKey in org.forgerock.secrets
Fields in org.forgerock.secrets with type parameters of type KeyEncryptionKeyModifier and TypeFieldDescriptionstatic final Purpose<KeyEncryptionKey> Purpose.KEY_ENCRYPTIONIndicates a key intended for encrypting ("wrapping") other keys. -
Uses of KeyEncryptionKey in org.forgerock.secrets.keys
Classes in org.forgerock.secrets.keys that implement interfaces with type arguments of type KeyEncryptionKeyModifier and TypeClassDescriptionclassA key that is used to encrypt ("wrap") other keys.Methods in org.forgerock.secrets.keys that return KeyEncryptionKey