Uses of Interface
com.nimbusds.jose.proc.JOSEObjectTypeVerifier
-
Packages that use JOSEObjectTypeVerifier Package Description com.nimbusds.jose.proc Framework for application-specific verification and decryption of JOSE objects (with arbitrary payloads).com.nimbusds.jwt.proc Framework for application-specific verification and decryption of JSON Web Tokens (JWTs). -
-
Uses of JOSEObjectTypeVerifier in com.nimbusds.jose.proc
Classes in com.nimbusds.jose.proc that implement JOSEObjectTypeVerifier Modifier and Type Class Description classDefaultJOSEObjectTypeVerifier<C extends SecurityContext>Default JOSE header "typ" (type) parameter verifier.Methods in com.nimbusds.jose.proc that return JOSEObjectTypeVerifier Modifier and Type Method Description JOSEObjectTypeVerifier<C>DefaultJOSEProcessor. getJWETypeVerifier()JOSEObjectTypeVerifier<C>JOSEProcessorConfiguration. getJWETypeVerifier()Gets the JWE header "typ" (type) parameter verifier.JOSEObjectTypeVerifier<C>DefaultJOSEProcessor. getJWSTypeVerifier()JOSEObjectTypeVerifier<C>JOSEProcessorConfiguration. getJWSTypeVerifier()Gets the JWS header "typ" (type) parameter verifier.Methods in com.nimbusds.jose.proc with parameters of type JOSEObjectTypeVerifier Modifier and Type Method Description voidDefaultJOSEProcessor. setJWETypeVerifier(JOSEObjectTypeVerifier<C> jweTypeVerifier)voidJOSEProcessorConfiguration. setJWETypeVerifier(JOSEObjectTypeVerifier<C> jweTypeVerifier)Sets the JWE header "typ" (type) parameter verifier.voidDefaultJOSEProcessor. setJWSTypeVerifier(JOSEObjectTypeVerifier<C> jwsTypeVerifier)voidJOSEProcessorConfiguration. setJWSTypeVerifier(JOSEObjectTypeVerifier<C> jwsTypeVerifier)Sets the JWS header "typ" (type) parameter verifier. -
Uses of JOSEObjectTypeVerifier in com.nimbusds.jwt.proc
Methods in com.nimbusds.jwt.proc that return JOSEObjectTypeVerifier Modifier and Type Method Description JOSEObjectTypeVerifier<C>DefaultJWTProcessor. getJWETypeVerifier()JOSEObjectTypeVerifier<C>DefaultJWTProcessor. getJWSTypeVerifier()Methods in com.nimbusds.jwt.proc with parameters of type JOSEObjectTypeVerifier Modifier and Type Method Description voidDefaultJWTProcessor. setJWETypeVerifier(JOSEObjectTypeVerifier<C> jweTypeVerifier)voidDefaultJWTProcessor. setJWSTypeVerifier(JOSEObjectTypeVerifier<C> jwsTypeVerifier)
-