Uses of Class
com.nimbusds.jwt.proc.BadJWTException
Packages that use BadJWTException
Package
Description
Framework for application-specific verification and decryption of JSON Web
Tokens (JWTs).
-
Uses of BadJWTException in com.nimbusds.jwt.proc
Subclasses of BadJWTException in com.nimbusds.jwt.procModifier and TypeClassDescriptionclassExpires JSON Web Token (JWT) exception.Methods in com.nimbusds.jwt.proc that throw BadJWTExceptionModifier and TypeMethodDescriptionprotected JWTClaimsSetDefaultJWTProcessor.extractJWTClaimsSet(JWT jwt) Extracts the claims set from the specified JWT.voidDefaultJWTClaimsVerifier.verify(JWTClaimsSet claimsSet, C context) voidJWTClaimsSetVerifier.verify(JWTClaimsSet claimsSet, C context) Verifies selected or all claims from the specified JWT claims set.protected JWTClaimsSetDefaultJWTProcessor.verifyJWTClaimsSet(JWTClaimsSet claimsSet, C context) Verifies the specified JWT claims set.