Uses of Class
com.bastiaanjansen.jwt.Exceptions.JWTValidationException
| Package | Description |
|---|---|
| com.bastiaanjansen.jwt | |
| com.bastiaanjansen.jwt.Algorithms | |
| com.bastiaanjansen.jwt.Exceptions |
-
Uses of JWTValidationException in com.bastiaanjansen.jwt
Methods in com.bastiaanjansen.jwt that throw JWTValidationException Modifier and Type Method Description voidDefaultJWTValidator. validate(JWT jwt)voidJWT. validate()Checks whether the JWT is valid or not with the default JWT validatorvoidJWT. validate(JWTValidator validator)Checks whether the JWT is valid or not with a custom validatorvoidJWTValidator. validate(JWT jwt) -
Uses of JWTValidationException in com.bastiaanjansen.jwt.Algorithms
Methods in com.bastiaanjansen.jwt.Algorithms that throw JWTValidationException Modifier and Type Method Description abstract booleanAlgorithm. verify(byte[] data, byte[] expected)booleanHMACAlgorithm. verify(byte[] data, byte[] expected)booleanRSAAlgorithm. verify(byte[] data, byte[] expected) -
Uses of JWTValidationException in com.bastiaanjansen.jwt.Exceptions
Subclasses of JWTValidationException in com.bastiaanjansen.jwt.Exceptions Modifier and Type Class Description classJWTExpiredException