Uses of Class
org.forgerock.secrets.keys.DataEncryptionKey
-
Packages that use DataEncryptionKey Package Description org.forgerock.http.oauth2 This package provides APIs for OAuth 2.0 services implementations.org.forgerock.openig.filter Filters the requests and/or responses of HTTP.org.forgerock.openig.tools.jwt.factory Provides JWT capabilities to the Identity Gateway.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 DataEncryptionKey in org.forgerock.http.oauth2
Method parameters in org.forgerock.http.oauth2 with type arguments of type DataEncryptionKey Modifier and Type Method Description EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder. withEncryptionPurpose(Purpose<DataEncryptionKey> encryptionPurpose)
Deprecated, for removal: This API element is subject to removal in a future version.EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder. withEncryptionSecretReference(SecretReference<DataEncryptionKey> secretReference)
SetsSecretReference
to use as the encryption key. -
Uses of DataEncryptionKey in org.forgerock.openig.filter
Method parameters in org.forgerock.openig.filter with type arguments of type DataEncryptionKey Modifier and Type Method Description void
CryptoHeaderFilter. setDataEncryptionKeyReference(SecretReference<DataEncryptionKey> dataEncryptionKeyReference)
Deprecated.Sets the encryption key used to encrypt headers. -
Uses of DataEncryptionKey in org.forgerock.openig.tools.jwt.factory
Constructor parameters in org.forgerock.openig.tools.jwt.factory with type arguments of type DataEncryptionKey Constructor Description EncryptedJwtFactory(JweAlgorithm encryptionAlgorithm, EncryptionMethod encryptionMethod, SecretReference<DataEncryptionKey> encryptionKeyReference)
Create a new instance of anJwtFactory
forEncryptedJwt
.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 DataEncryptionKey Modifier and Type Field Description static Purpose<DataEncryptionKey>
Purpose. DATA_ENCRYPTION
Indicates a key intended for encrypting data. -
Uses of DataEncryptionKey in org.forgerock.secrets.keys
Methods in org.forgerock.secrets.keys that return DataEncryptionKey Modifier and Type Method Description DataEncryptionKey
DataEncryptionKey. asCryptoKey()
-