All Classes
| Class | Description |
|---|---|
| IllegalTokenException |
This exception indicates that a Fernet token could not be created because one or more of the parameters was invalid.
|
| Key |
A Fernet shared secret key.
|
| PayloadValidationException |
This exception indicates that a Fernet token is valid, but the payload inside fails business logic validation.
|
| StringObjectValidator<T> |
A
Validator for payloads that represent objects as Strings (e.g. |
| StringValidator |
A
Validator for String payloads. |
| Token |
A Fernet token.
|
| TokenExpiredException |
This is a special case of the
TokenValidationException that indicates that the Fernet token is invalid
because the application-defined time-to-live has elapsed. |
| TokenValidationException |
This exception indicates that an operation (e.g.
|
| Validator<T> |
This class validates a token according to the Fernet specification.
|