JWT (JSON web token) support.
-
The JWT used to transfer content across network - e.g.
Supported RSA cipher for content key encryption.
Supported AES cipher for content encryption.
Validator of expiration claim.
Validator of a string field obtained from a JWT.
Validator of issue time claim.
Validator of not before claim.
A RuntimeException for the JWT and JWK world.
Representation of the header section of a JWT.
Fluent API builder to create JWT Header.
Address class representing the JSON object for address.
The JWT used to transfer content across network - e.g.
A generic validator, has a method to validate the object and add messages to a
Errors.Collector
.