All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nimbusds.jose.mint.ConfigurableJWSMinter Maven / Gradle / Ivy

Go to download

Java library for Javascript Object Signing and Encryption (JOSE) and JSON Web Tokens (JWT)

There is a newer version: 9.47
Show newest version
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