Package com.nimbusds.jose.proc
Interface ConfigurableJOSEProcessor<C extends SecurityContext>
- All Superinterfaces:
JOSEProcessor<C>
,JOSEProcessorConfiguration<C>
- All Known Implementing Classes:
DefaultJOSEProcessor
public interface ConfigurableJOSEProcessor<C extends SecurityContext>
extends JOSEProcessor<C>, JOSEProcessorConfiguration<C>
- Version:
- 2015-08-22
- Author:
- Vladimir Dzhuvinov
-
Method Summary
Methods inherited from interface com.nimbusds.jose.proc.JOSEProcessor
process, process, process, process, process
Methods inherited from interface com.nimbusds.jose.proc.JOSEProcessorConfiguration
getJWEDecrypterFactory, getJWEKeySelector, getJWETypeVerifier, getJWSKeySelector, getJWSTypeVerifier, getJWSVerifierFactory, setJWEDecrypterFactory, setJWEKeySelector, setJWETypeVerifier, setJWSKeySelector, setJWSTypeVerifier, setJWSVerifierFactory