Uses of Class
org.forgerock.secrets.keys.KeyDecryptionKey
-
Packages that use KeyDecryptionKey Package Description org.forgerock.secrets Provides a unified API for accessing secrets of various kinds.org.forgerock.secrets.keys Contains cryptographic key related API objects. -
-
Uses of KeyDecryptionKey in org.forgerock.secrets
Fields in org.forgerock.secrets with type parameters of type KeyDecryptionKey Modifier and Type Field Description static Purpose<KeyDecryptionKey>
Purpose. KEY_DECRYPTION
Indicates a key intended for decrypting ("unwrapping") other keys. -
Uses of KeyDecryptionKey in org.forgerock.secrets.keys
Methods in org.forgerock.secrets.keys that return KeyDecryptionKey Modifier and Type Method Description KeyDecryptionKey
KeyDecryptionKey. asCryptoKey()
-