com.nimbusds.jose.proc.ConfigurableJOSEProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nimbus-jose-jwt Show documentation
Show all versions of nimbus-jose-jwt Show documentation
Java library for Javascript Object Signing and Encryption (JOSE) and
JSON Web Tokens (JWT)
package com.nimbusds.jose.proc;
/**
* Configurable processor of {@link com.nimbusds.jose.PlainObject unsecured}
* (plain), {@link com.nimbusds.jose.JWSObject JWS} and
* {@link com.nimbusds.jose.JWEObject JWE} objects.
*
* @author Vladimir Dzhuvinov
* @version 2015-08-22
*/
public interface ConfigurableJOSEProcessor
extends JOSEProcessor, JOSEProcessorConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy