Uses of Class
org.forgerock.secrets.keys.KeyEncryptionKey
Package
Description
The AM supporting classes for centrally configuring secrets.
Provides a unified API for accessing secrets of various kinds.
Contains cryptographic key related API objects.
-
Uses of KeyEncryptionKey in org.forgerock.openam.secrets
Modifier and TypeMethodDescriptionstatic Purpose<KeyEncryptionKey>
SecretsUtils.realmQualifiedEncryptionPurpose
(String realm, String rootPurpose) Returns the purpose to use at the global scope for looking up a realm-specific encryption key. -
Uses of KeyEncryptionKey in org.forgerock.secrets
Modifier and TypeFieldDescriptionstatic final Purpose<KeyEncryptionKey>
Purpose.KEY_ENCRYPTION
Indicates a key intended for encrypting ("wrapping") other keys. -
Uses of KeyEncryptionKey in org.forgerock.secrets.keys