Uses of Class
com.nimbusds.jwt.EncryptedJWT
Packages that use EncryptedJWT
Package
Description
JSON Web Token (JWT) interfaces and classes.
Framework for application-specific verification and decryption of JSON Web
Tokens (JWTs).
-
Uses of EncryptedJWT in com.nimbusds.jwt
Methods in com.nimbusds.jwt that return EncryptedJWTModifier and TypeMethodDescriptionstatic EncryptedJWT
Parses an encrypted JSON Web Token (JWT) from the specified string in compact format. -
Uses of EncryptedJWT in com.nimbusds.jwt.proc
Methods in com.nimbusds.jwt.proc with parameters of type EncryptedJWTModifier and TypeMethodDescriptionDefaultJWTProcessor.process
(EncryptedJWT encryptedJWT, C context) JWTProcessor.process
(EncryptedJWT encryptedJWT, C context) Processes the specified encrypted JWT by decrypting it.