程序包 | 说明 |
---|---|
com.fr.cert.token | |
com.fr.cert.token.impl | |
com.fr.cert.token.impl.compression | |
com.fr.cert.token.impl.crypto | |
com.fr.security |
类和说明 |
---|
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
calg 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. |
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.
|
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.
|
类和说明 |
---|
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
calg header, and if found, returns the corresponding CompressionCodec the parser
can use to decompress the JWT body. |
ExpiredJwtException
Exception indicating that a JWT was accepted after it expired and must be rejected.
|
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.
|
SigningKeyResolver
A
SigningKeyResolver can be used by a JwtParser to find a signing key that
should be used to verify a JWS signature. |
类和说明 |
---|
CompressionCodec
Compresses and decompresses byte arrays according to a compression algorithm.
|
CompressionCodecResolver
Looks for a JWT
calg header, and if found, returns the corresponding CompressionCodec the parser
can use to decompress the JWT body. |
Header
A JWT JOSE header.
|
类和说明 |
---|
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
Exception indicating that either calculating a signature or verifying an existing signature of a JWT failed.
|
类和说明 |
---|
Claims
A JWT Claims set.
|
SignatureAlgorithm
Type-safe representation of standard JWT signature algorithm names as defined in the
JSON Web Algorithms specification.
|