Package org.forgerock.json.jose.jws.handlers
package org.forgerock.json.jose.jws.handlers
Signing Handler classes for each possible signing algorithm.
-
ClassDescriptionDeprecated.Deprecated.Use
SecretEdDSASigningHandler
instead.Deprecated.UseSecretHmacSigningHandler
insteadDeprecated.This algorithm is inherently insecure and shouldn't be used.Deprecated.UseSecretRSASigningHandler
insteadElliptic Curve Digital Signature Algorithm (ECDSA) signing and verification.Signing handler for Edwards Curve DSA (EdDSA) as defined in RFC 8037.An implementation of the SigningHandler which can sign and verify using algorithms from the HMAC family.AnSecret
-based implementation of the SigningHandler which can sign and verify using algorithms from the RSA family.ProvidesSecret
-based signing and verification code base.The interface for SigningHandlers for all the different signing algorithms.
SecretECDSASigningHandler
instead