Uses of Class
com.nimbusds.jwt.SignedJWT
Packages that use SignedJWT
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
JSON Web Token (JWT) interfaces and classes.
Framework for application-specific verification and decryption of JSON Web
Tokens (JWTs).
-
Uses of SignedJWT in com.nimbusds.jose
Methods in com.nimbusds.jose that return SignedJWTModifier and TypeMethodDescriptionPayload.toSignedJWT()Returns a signed JSON Web Token (JWT) representation of this payload.Constructors in com.nimbusds.jose with parameters of type SignedJWT -
Uses of SignedJWT in com.nimbusds.jwt
Methods in com.nimbusds.jwt that return SignedJWT -
Uses of SignedJWT in com.nimbusds.jwt.proc
Methods in com.nimbusds.jwt.proc with parameters of type SignedJWTModifier and TypeMethodDescriptionProcesses the specified signed JWT by verifying its signature.