- JWTAlgorithmException - Exception in com.auth0.jwt
-
Represents Exception related to Algorithm - for example JWT header algorithm is unsupported / missing
- JWTAlgorithmException() - Constructor for exception com.auth0.jwt.JWTAlgorithmException
-
- JWTAlgorithmException(String, Throwable) - Constructor for exception com.auth0.jwt.JWTAlgorithmException
-
- JWTAlgorithmException(String) - Constructor for exception com.auth0.jwt.JWTAlgorithmException
-
- JWTAudienceException - Exception in com.auth0.jwt
-
Represents Exception related to Audience - for example illegal audience on JWT Verification
- JWTAudienceException(JsonNode) - Constructor for exception com.auth0.jwt.JWTAudienceException
-
- JWTAudienceException(String, JsonNode) - Constructor for exception com.auth0.jwt.JWTAudienceException
-
- JWTExpiredException - Exception in com.auth0.jwt
-
Represents Exception related to Expiration - for example JWT token has expired
- JWTExpiredException(long) - Constructor for exception com.auth0.jwt.JWTExpiredException
-
- JWTExpiredException(String, long) - Constructor for exception com.auth0.jwt.JWTExpiredException
-
- JWTIssuerException - Exception in com.auth0.jwt
-
Represents Exception related to Issuer - for example issuer mismatch / missing upon verification
- JWTIssuerException(String) - Constructor for exception com.auth0.jwt.JWTIssuerException
-
- JWTIssuerException(String, String) - Constructor for exception com.auth0.jwt.JWTIssuerException
-
- JWTSigner - Class in com.auth0.jwt
-
Handles JWT Sign Operation
Default algorithm when none provided is HMAC SHA-256 ("HS256")
See associated library test cases for clear examples on usage
- JWTSigner(String) - Constructor for class com.auth0.jwt.JWTSigner
-
- JWTSigner(byte[]) - Constructor for class com.auth0.jwt.JWTSigner
-
- JWTSigner(PrivateKey) - Constructor for class com.auth0.jwt.JWTSigner
-
- JWTSigner.Options - Class in com.auth0.jwt
-
An option object for JWT signing operation.
- JWTSigner.Options() - Constructor for class com.auth0.jwt.JWTSigner.Options
-
- JWTVerifier - Class in com.auth0.jwt
-
Handles JWT Verification Operations
Validates claims and signature
See associated library test cases for clear examples on usage
- JWTVerifier(String, String, String) - Constructor for class com.auth0.jwt.JWTVerifier
-
- JWTVerifier(String, String) - Constructor for class com.auth0.jwt.JWTVerifier
-
- JWTVerifier(String) - Constructor for class com.auth0.jwt.JWTVerifier
-
- JWTVerifier(byte[], String) - Constructor for class com.auth0.jwt.JWTVerifier
-
- JWTVerifier(byte[]) - Constructor for class com.auth0.jwt.JWTVerifier
-
- JWTVerifier(byte[], String, String) - Constructor for class com.auth0.jwt.JWTVerifier
-
- JWTVerifier(PublicKey, String, String) - Constructor for class com.auth0.jwt.JWTVerifier
-
- JWTVerifier(PublicKey, String) - Constructor for class com.auth0.jwt.JWTVerifier
-
- JWTVerifier(PublicKey) - Constructor for class com.auth0.jwt.JWTVerifier
-
- JWTVerifyException - Exception in com.auth0.jwt
-
Represents General Exception related to Verification
- JWTVerifyException() - Constructor for exception com.auth0.jwt.JWTVerifyException
-
- JWTVerifyException(String, Throwable) - Constructor for exception com.auth0.jwt.JWTVerifyException
-
- JWTVerifyException(String) - Constructor for exception com.auth0.jwt.JWTVerifyException
-