Uses of Class
org.forgerock.secrets.keys.DataEncryptionKey
Package
Description
This package provides APIs for OAuth 2.0 services implementations.
Provides a unified API for accessing secrets of various kinds.
Contains cryptographic key related API objects.
-
Uses of DataEncryptionKey in org.forgerock.http.oauth2
Modifier and TypeMethodDescriptionEncryptedPrivateKeyJwtClientAuthenticationFilter.Builder.withEncryptionPurpose
(Purpose<DataEncryptionKey> encryptionPurpose) Deprecated, for removal: This API element is subject to removal in a future version.EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder.withEncryptionSecretReference
(SecretReference<DataEncryptionKey> secretReference) SetsSecretReference
to use as the encryption key. -
Uses of DataEncryptionKey in org.forgerock.secrets
Modifier and TypeFieldDescriptionstatic final Purpose<DataEncryptionKey>
Purpose.DATA_ENCRYPTION
Indicates a key intended for encrypting data. -
Uses of DataEncryptionKey in org.forgerock.secrets.keys
EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder.withEncryptionSecretReference(SecretReference)
instead.