Package org.forgerock.json.jose.jws
Classes and interfaces for JWT signing and JWS'.
-
Class Summary Class Description EncryptedThenSignedJwt An implementation of a JWS with a nested JWE as its payload.JwsHeader An implementation for the JWS Header parameters.JwtSecureHeader A base implementation for the common security header parameters shared by the JWS and JWE headers.SignedEncryptedJwt Deprecated. UseEncryptedThenSignedJwt
instead.SignedJwt A JWS implementation of theJwt
interface.SigningManager A service to get the appropriate SigningHandler for a specific Java Cryptographic signing algorithm. -
Enum Summary Enum Description JwsAlgorithm An Enum of the possible signing algorithms that can be used to sign a JWT.JwsAlgorithmType An Enum of the possible types of JWS algorithms that can be used to sign a JWT.JwsHeaderKey An Enum for the JWS Header parameter names.SupportedEllipticCurve Enumerates all supported elliptic curve parameters for ESXXX signature formats.