Uses of Class
com.nimbusds.jose.proc.DefaultJOSEObjectTypeVerifier
Packages that use DefaultJOSEObjectTypeVerifier
Package
Description
Framework for application-specific verification and decryption of JOSE
objects (with arbitrary payloads).
-
Uses of DefaultJOSEObjectTypeVerifier in com.nimbusds.jose.proc
Fields in com.nimbusds.jose.proc declared as DefaultJOSEObjectTypeVerifierModifier and TypeFieldDescriptionstatic final DefaultJOSEObjectTypeVerifierDefaultJOSEObjectTypeVerifier.JOSEThe standard header "typ" (type) parameter verifier for JWS, JWE and plain (unsecured) JOSE objects (other than JWT).static final DefaultJOSEObjectTypeVerifierDefaultJOSEObjectTypeVerifier.JWTThe standard header "typ" (type) parameter verifier for signed, encrypted and plain (unsecured) JWTs.