| Package | Description |
|---|---|
| io.jsonwebtoken | |
| io.jsonwebtoken.impl | |
| io.jsonwebtoken.impl.crypto |
| Class and Description |
|---|
| Claims
A JWT Claims set.
|
| ClaimsMutator
Mutation (modifications) to a
Claims instance. |
| Header
A JWT JOSE header.
|
| 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. |
| 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.
|
| SignatureException
Exception indicating that either calculating a signature or verifying an existing signature of a JWT failed.
|
| 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 |
|---|
| Claims
A JWT Claims set.
|
| ClaimsMutator
Mutation (modifications) to a
Claims instance. |
| Header
A JWT JOSE header.
|
| 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.
|
| 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. |
| 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.
|
| SignatureException
Exception indicating that either calculating a signature or verifying an existing signature of a JWT failed.
|
| Class and Description |
|---|
| SignatureAlgorithm
Type-safe representation of standard JWT signature algorithm names as defined in the
JSON Web Algorithms specification.
|
| SignatureException
Exception indicating that either calculating a signature or verifying an existing signature of a JWT failed.
|
Copyright © 2014. All rights reserved.