| Package | Description |
|---|---|
| io.jsonwebtoken | |
| io.jsonwebtoken.io | |
| io.jsonwebtoken.security |
| Class and Description |
|---|
| ClaimJwtException
ClaimJwtException is a subclass of the
JwtException that is thrown after a validation of an JTW claim failed. |
| Claims
A JWT Claims set.
|
| ClaimsMutator
Mutation (modifications) to a
Claims instance. |
| Clock
A clock represents a time source that can be used when creating and verifying JWTs.
|
| CompressionCodec
Compresses and decompresses byte arrays according to a compression algorithm.
|
| CompressionCodecResolver
Looks for a JWT
zip header, and if found, returns the corresponding CompressionCodec the parser
can use to decompress the JWT body. |
| CompressionException
Exception indicating that either compressing or decompressing an JWT body failed.
|
| ExpiredJwtException
Exception indicating that a JWT was accepted after it expired and must be rejected.
|
| Header
A JWT JOSE header.
|
| InvalidClaimException
Exception indicating a parsed claim is invalid in some way.
|
| Jws
An expanded (not compact/serialized) Signed JSON Web Token.
|
| JwsHeader
A JWS header.
|
| Jwt
An expanded (not compact/serialized) JSON Web Token.
|
| JwtBuilder
A builder for constructing JWTs.
|
| JwtException
Base class for JWT-related runtime exceptions.
|
| JwtHandler
A JwtHandler is invoked by a
JwtParser after parsing a JWT to indicate the exact
type of JWT or JWS parsed. |
| JwtParser
A parser for reading JWT strings, used to convert them into a
Jwt object representing the expanded JWT. |
| JwtParserBuilder
A builder to construct a
JwtParser. |
| MalformedJwtException
Exception indicating that a JWT was not correctly constructed and should be rejected.
|
| SignatureAlgorithm
Type-safe representation of standard JWT signature algorithm names as defined in the
JSON Web Algorithms specification.
|
| SigningKeyResolver
A
SigningKeyResolver can be used by a JwtParser to find a signing key that
should be used to verify a JWS signature. |
| UnsupportedJwtException
Exception thrown when receiving a JWT in a particular format/configuration that does not match the format expected
by the application.
|
| Class and Description |
|---|
| JwtException
Base class for JWT-related runtime exceptions.
|
| Class and Description |
|---|
| JwtException
Base class for JWT-related runtime exceptions.
|
| SignatureAlgorithm
Type-safe representation of standard JWT signature algorithm names as defined in the
JSON Web Algorithms specification.
|
| SignatureException
Deprecated.
in favor of
SecurityException; this class will be removed before 1.0 |
Copyright © 2014–2020 jsonwebtoken.io. All rights reserved.