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.BuilderEncryptedPrivateKeyJwtClientAuthenticationFilter.Builder. withEncryptionPurpose(Purpose<DataEncryptionKey> encryptionPurpose)Deprecated, for removal: This API element is subject to removal in a future version.EncryptedPrivateKeyJwtClientAuthenticationFilter.BuilderEncryptedPrivateKeyJwtClientAuthenticationFilter.Builder. withEncryptionSecretReference(SecretReference<DataEncryptionKey> secretReference)SetsSecretReferenceto 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 voidCryptoHeaderFilter. 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)SignedThenEncryptedJwtFactory(SignedJwtFactory signedJwtFactory, JweAlgorithm encryptionAlgorithm, EncryptionMethod encryptionMethod, SecretReference<DataEncryptionKey> encryptionKeyReference) -
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_ENCRYPTIONIndicates 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 DataEncryptionKeyDataEncryptionKey. asCryptoKey()
-