com.fitbur.bouncycastle.crypto.tls.TlsSignerCredentials Maven / Gradle / Ivy
package com.fitbur.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