Uses of Class
com.nimbusds.jose.proc.BadJOSEException
Packages that use BadJOSEException
Package
Description
Framework for application-specific verification and decryption of JOSE
objects (with arbitrary payloads).
Framework for application-specific verification and decryption of JSON Web
Tokens (JWTs).
-
Uses of BadJOSEException in com.nimbusds.jose.proc
Subclasses of BadJOSEException in com.nimbusds.jose.procModifier and TypeClassDescriptionclassBad JSON Web Encryption (JWE) exception.classBad JSON Web Signature (JWS) exception.Methods in com.nimbusds.jose.proc that throw BadJOSEExceptionModifier and TypeMethodDescriptionDefaultJOSEProcessor.process(JOSEObject joseObject, C context) DefaultJOSEProcessor.process(PlainObject plainObject, C context) JOSEProcessor.process(JOSEObject joseObject, C context) Processes the specified JOSE object (unsecured, JWS or JWE).Processes the specified JWE object by decrypting it.Processes the specified JWS object by verifying its signature.JOSEProcessor.process(PlainObject plainObject, C context) Processes the specified unsecured (plain) JOSE object, typically by checking its context.Parses and processes the specified JOSE object (unsecured, JWS or JWE).voidDefaultJOSEObjectTypeVerifier.verify(JOSEObjectType type, C context) voidJOSEObjectTypeVerifier.verify(JOSEObjectType type, C context) Verifies the JOSE "typ" (type) header parameter. -
Uses of BadJOSEException in com.nimbusds.jwt.proc
Subclasses of BadJOSEException in com.nimbusds.jwt.procModifier and TypeClassDescriptionclassBad JSON Web Token (JWT) exception.classExpires JSON Web Token (JWT) exception.Methods in com.nimbusds.jwt.proc that throw BadJOSEExceptionModifier and TypeMethodDescriptionDefaultJWTProcessor.process(EncryptedJWT encryptedJWT, C context) JWTProcessor.process(EncryptedJWT encryptedJWT, C context) Processes the specified encrypted JWT by decrypting it.Processes the specified JWT (unsecured, signed or encrypted).Processes the specified unsecured (plain) JWT, typically by checking its context.Processes the specified signed JWT by verifying its signature.Parses and processes the specified JWT (unsecured, signed or encrypted).DefaultJWTProcessor.selectKeys(JWSHeader header, JWTClaimsSet claimsSet, C context) Selects key candidates for verifying a signed JWT.