org.testifyproject.bouncycastle.crypto.tls.TlsSignerCredentials Maven / Gradle / Ivy
The newest version!
package org.testifyproject.bouncycastle.crypto.tls;
import java.io.IOException;
public interface TlsSignerCredentials
extends TlsCredentials
{
byte[] generateCertificateSignature(byte[] hash)
throws IOException;
SignatureAndHashAlgorithm getSignatureAndHashAlgorithm();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy