Uses of Interface
com.nimbusds.jwt.JWT
Packages that use JWT
Package
Description
JSON Web Token (JWT) interfaces and classes.
Framework for application-specific verification and decryption of JSON Web
Tokens (JWTs).
-
Uses of JWT in com.nimbusds.jwt
Classes in com.nimbusds.jwt that implement JWTModifier and TypeClassDescriptionclassEncrypted JSON Web Token (JWT).classUnsecured (plain) JSON Web Token (JWT).classSigned JSON Web Token (JWT).Methods in com.nimbusds.jwt that return JWT -
Uses of JWT in com.nimbusds.jwt.proc
Methods in com.nimbusds.jwt.proc with parameters of type JWTModifier and TypeMethodDescriptionprotected JWTClaimsSetDefaultJWTProcessor.extractJWTClaimsSet(JWT jwt) Extracts the claims set from the specified JWT.Processes the specified JWT (unsecured, signed or encrypted).