Uses of Interface
com.nimbusds.jose.proc.JOSEObjectTypeVerifier
Packages that use JOSEObjectTypeVerifier
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 JOSEObjectTypeVerifier in com.nimbusds.jose.proc
Classes in com.nimbusds.jose.proc that implement JOSEObjectTypeVerifierModifier and TypeClassDescriptionclassDefaultJOSEObjectTypeVerifier<C extends SecurityContext>Default JOSE header "typ" (type) parameter verifier.Methods in com.nimbusds.jose.proc that return JOSEObjectTypeVerifierModifier and TypeMethodDescriptionDefaultJOSEProcessor.getJWETypeVerifier()JOSEProcessorConfiguration.getJWETypeVerifier()Gets the JWE header "typ" (type) parameter verifier.DefaultJOSEProcessor.getJWSTypeVerifier()JOSEProcessorConfiguration.getJWSTypeVerifier()Gets the JWS header "typ" (type) parameter verifier.Methods in com.nimbusds.jose.proc with parameters of type JOSEObjectTypeVerifierModifier and TypeMethodDescriptionvoidDefaultJOSEProcessor.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 JOSEObjectTypeVerifierModifier and TypeMethodDescriptionDefaultJWTProcessor.getJWETypeVerifier()DefaultJWTProcessor.getJWSTypeVerifier()Methods in com.nimbusds.jwt.proc with parameters of type JOSEObjectTypeVerifierModifier and TypeMethodDescriptionvoidDefaultJWTProcessor.setJWETypeVerifier(JOSEObjectTypeVerifier<C> jweTypeVerifier) voidDefaultJWTProcessor.setJWSTypeVerifier(JOSEObjectTypeVerifier<C> jwsTypeVerifier)