![JAR search and dependency download from the Maven repository](/logo.png)
org.jboss.resteasy.crypto.SignatureSignerContext Maven / Gradle / Ivy
package org.jboss.resteasy.crypto;
import java.security.SignatureException;
public interface SignatureSignerContext
{
String getKid();
String getAlgorithm();
String getHashAlgorithm();
byte[] sign(byte[] data) throws SignatureException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy