| 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
Use
EncryptedThenSignedJwt instead. |
| SignedJwt |
A JWS implementation of the Jwt interface.
|
| SigningManager |
A service to get the appropriate SigningHandler for a specific Java Cryptographic signing algorithm.
|
| 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.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.