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