Uses of Class
com.nimbusds.jose.proc.DefaultJOSEObjectTypeVerifier
-
Packages that use DefaultJOSEObjectTypeVerifier Package Description com.nimbusds.jose.proc 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 DefaultJOSEObjectTypeVerifier Modifier and Type Field Description static DefaultJOSEObjectTypeVerifierDefaultJOSEObjectTypeVerifier. JOSEThe standard header "typ" (type) parameter verifier for JWS, JWE and plain (unsecured) JOSE objects (other than JWT).static DefaultJOSEObjectTypeVerifierDefaultJOSEObjectTypeVerifier. JWTThe standard header "typ" (type) parameter verifier for signed, encrypted and plain (unsecured) JWTs.
-