Uses of Class
org.forgerock.json.jose.jws.SigningManager
Packages that use 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
Constructors in org.forgerock.json.jose.jwe.handlers.encryption with parameters of type SigningManagerModifierConstructorDescriptionRSA15AES128CBCHS256EncryptionHandler
(SigningManager signingManager) Deprecated.Constructs a new RSA15AES128CBCHS256EncryptionHandler.RSA15AES256CBCHS512EncryptionHandler
(SigningManager signingManager) Deprecated.Constructs a new RSA15AES256CBCHS512EncryptionHandler. -
Uses of SigningManager in org.forgerock.json.jose.tokenhandler
Constructors in org.forgerock.json.jose.tokenhandler with parameters of type SigningManagerModifierConstructorDescriptionSecretsJwtTokenHandler
(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
Constructors in org.forgerock.openig.tools.jwt.factory with parameters of type SigningManagerModifierConstructorDescriptionSignedJwtFactory
(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
Constructors in org.forgerock.openig.tools.jwt.validation with parameters of type SigningManagerModifierConstructorDescriptionJwsSignatureVerifier
(SigningManager signingManager, Purpose<VerificationKey> verificationPurpose) Constructor taking aSigningManager
and verificationPurpose
.
SecretsJwtTokenHandler.builder()
instead.