class |
ClaimPasetoException |
ClaimPasetoException is a subclass of the PasetoException that is thrown after a validation of an paseto claim failed.
|
class |
ExpiredPasetoException |
Exception indicating that a Paseto was accepted after it expired and must be rejected.
|
class |
IncorrectClaimException |
Exception thrown when discovering that a required claim does not equal the required value, indicating the paseto is
invalid and may not be used.
|
class |
InvalidClaimException |
Exception indicating a parsed claim is invalid in some way.
|
class |
InvalidMacException |
Thrown when an encryption mac is invalid.
|
class |
MissingClaimException |
Exception thrown when discovering that a required claim is not present, indicating the paseto is
invalid and may not be used.
|
class |
PasetoIOException |
A general IO exception for the JPaseto library.
|
class |
PasetoKeyException |
Thrown when a key or secret cannot be created or is invalid.
|
class |
PasetoSecurityException |
Thrown when a paseto token cannot be verified.
|
class |
PasetoSignatureException |
Thrown when public paseto tokens signature cannot be validated.
|
class |
PrematurePasetoException |
Exception indicating that a Paseto was accepted before it is allowed to be accessed and must be rejected.
|
class |
RequiredTypeException |
|
class |
UnsupportedPasetoException |
Exception thrown when receiving a JWT in a particular format/configuration that does not match the format expected
by the application.
|