EncryptedJwt |
The JWT used to transfer content across network - e.g.
|
EncryptedJwt.Builder |
Encrypted JWT builder.
|
EncryptedJwt.SupportedAlgorithm |
Supported RSA cipher for content key encryption.
|
EncryptedJwt.SupportedEncryption |
Supported AES cipher for content encryption.
|
Jwt |
JWT token.
|
Jwt.Builder |
|
Jwt.ExpirationValidator |
Validator of expiration claim.
|
Jwt.FieldValidator |
Validator of a string field obtained from a JWT.
|
Jwt.IssueTimeValidator |
Validator of issue time claim.
|
Jwt.NotBeforeValidator |
Validator of not before claim.
|
JwtException |
A RuntimeException for the JWT and JWK world.
|
JwtHeaders |
Representation of the header section of a JWT.
|
JwtHeaders.Builder |
Fluent API builder to create JWT Header.
|
JwtUtil.Address |
Address class representing the JSON object for address.
|
SignedJwt |
The JWT used to transfer content across network - e.g.
|
Validator |
A generic validator, has a method to validate the object and add messages to a Errors.Collector .
|