Uses of Class
org.forgerock.http.oauth2.EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
-
Packages that use EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder Package Description org.forgerock.http.oauth2 This package provides APIs for OAuth 2.0 services implementations. -
-
Uses of EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder in org.forgerock.http.oauth2
Methods in org.forgerock.http.oauth2 that return EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder Modifier and Type Method Description static EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
EncryptedPrivateKeyJwtClientAuthenticationFilter. encryptedPrivateKeyJwtClientAuthenticationFilter()
Creates a new builder forEncryptedPrivateKeyJwtClientAuthenticationFilter
.EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder. withEncryptionAlgorithm(JweAlgorithm encryptionAlgorithm)
Sets algorithm used to encrypt the private key jwt.EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder. withEncryptionMethod(EncryptionMethod encryptionMethod)
Sets encryption method used to encrypt the private key jwt.EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder
EncryptedPrivateKeyJwtClientAuthenticationFilter.Builder. withEncryptionPurpose(Purpose<DataEncryptionKey> encryptionPurpose)
Sets the purpose to look up the encryption key to encrypt private key jwt.
-