Uses of Class
org.forgerock.json.jose.jws.SigningManager
Package
Description
Encryption Handler classes for each possible encryption algorithm.
JWT implementation(s) of
TokenHandler
.Provides JWT capabilities to the Identity Gateway.
This package contains classes used to perform JWT validation.
-
Uses of SigningManager in org.forgerock.json.jose.jwe.handlers.encryption
ModifierConstructorDescriptionRSA15AES128CBCHS256EncryptionHandler
(SigningManager signingManager) Deprecated.Constructs a new RSA15AES128CBCHS256EncryptionHandler.RSA15AES256CBCHS512EncryptionHandler
(SigningManager signingManager) Deprecated.Constructs a new RSA15AES256CBCHS512EncryptionHandler. -
Uses of SigningManager in org.forgerock.json.jose.tokenhandler
ModifierConstructorDescriptionSecretsJwtTokenHandler
(JweAlgorithm jweAlgorithm, EncryptionMethod jweMethod, JwsAlgorithm jwsAlgorithm, Optional<Long> tokenLifeTimeInSeconds, KeyPair jweKeyPair, SigningManager manager, Purpose<SigningKey> signingKeyPurpose, Purpose<VerificationKey> verificationKeyPurpose, Clock clock) Deprecated. -
Uses of SigningManager in org.forgerock.openig.tools.jwt.factory
ModifierConstructorDescriptionSignedJwtFactory
(SigningManager signingManager, SecretReference<SigningKey> secretReference, JwsAlgorithm signingAlgorithm) Create a new instance ofSignedJwtFactory
.SignedJwtFactory
(SigningManager signingManager, SecretReference<SigningKey> secretReference, JwsAlgorithm signingAlgorithm, boolean includeKeyId) Create a new instance ofSignedJwtFactory
. -
Uses of SigningManager in org.forgerock.openig.tools.jwt.validation
ModifierConstructorDescriptionJwsSignatureVerifier
(SigningManager signingManager, Purpose<VerificationKey> verificationPurpose) Constructor taking aSigningManager
and verificationPurpose
.
SecretsJwtTokenHandler.builder()
instead.