Uses of Class
org.forgerock.secrets.keys.DataEncryptionKey
Packages that use DataEncryptionKey
Package
Description
This package provides APIs for OAuth 2.0 services implementations.
Provides JWT capabilities to the Identity Gateway.
Provides a unified API for accessing secrets of various kinds.
Contains cryptographic key related API objects.
-
Uses of DataEncryptionKey in org.forgerock.http.oauth2
Method parameters in org.forgerock.http.oauth2 with type arguments of type DataEncryptionKeyModifier 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) SetsSecretReferenceto use as the encryption key. -
Uses of DataEncryptionKey in org.forgerock.openig.tools.jwt.factory
Constructor parameters in org.forgerock.openig.tools.jwt.factory with type arguments of type DataEncryptionKeyModifierConstructorDescriptionEncryptedJwtFactory(JweAlgorithm encryptionAlgorithm, EncryptionMethod encryptionMethod, SecretReference<DataEncryptionKey> encryptionKeyReference) Create a new instance of anJwtFactoryforEncryptedJwt.SignedThenEncryptedJwtFactory(SignedJwtFactory signedJwtFactory, JweAlgorithm encryptionAlgorithm, EncryptionMethod encryptionMethod, SecretReference<DataEncryptionKey> encryptionKeyReference) Create a new instance ofSignedThenEncryptedJwtFactory. -
Uses of DataEncryptionKey in org.forgerock.secrets
Fields in org.forgerock.secrets with type parameters of type DataEncryptionKeyModifier and TypeFieldDescriptionstatic final Purpose<DataEncryptionKey>Purpose.DATA_ENCRYPTIONIndicates a key intended for encrypting data. -
Uses of DataEncryptionKey in org.forgerock.secrets.keys
Methods in org.forgerock.secrets.keys that return DataEncryptionKey
EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder.withEncryptionSecretReference(SecretReference)instead.