Uses of Interface
com.nimbusds.jose.proc.JOSEProcessorConfiguration
-
Packages that use JOSEProcessorConfiguration 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 JOSEProcessorConfiguration in com.nimbusds.jose.proc
Subinterfaces of JOSEProcessorConfiguration in com.nimbusds.jose.proc Modifier and Type Interface Description interfaceConfigurableJOSEProcessor<C extends SecurityContext>Classes in com.nimbusds.jose.proc that implement JOSEProcessorConfiguration Modifier and Type Class Description classDefaultJOSEProcessor<C extends SecurityContext> -
Uses of JOSEProcessorConfiguration in com.nimbusds.jwt.proc
Subinterfaces of JOSEProcessorConfiguration in com.nimbusds.jwt.proc Modifier and Type Interface Description interfaceConfigurableJWTProcessor<C extends SecurityContext>interfaceJWTProcessorConfiguration<C extends SecurityContext>JWT processor configuration.Classes in com.nimbusds.jwt.proc that implement JOSEProcessorConfiguration Modifier and Type Class Description classDefaultJWTProcessor<C extends SecurityContext>
-