com.nimbusds.jose.mint.ConfigurableJWSMinter 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.mint;
import com.nimbusds.jose.proc.SecurityContext;
/**
* Configurable JSON Web Signature (JWS) minter.
*/
public interface ConfigurableJWSMinter
extends JWSMinter, JWSMinterConfiguration {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy