Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Interface TlsSignerCredentials

All Superinterfaces:
TlsCredentials
All Known Implementing Classes:
AbstractTlsSignerCredentials

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public interface TlsSignerCredentials
extends TlsCredentials


Method Summary
 byte[] generateCertificateSignature(byte[] hash)
          Deprecated.  
 SignatureAndHashAlgorithm getSignatureAndHashAlgorithm()
          Deprecated.  
 
Methods inherited from interface org.bouncycastle.crypto.tls.TlsCredentials
getCertificate
 

Method Detail

generateCertificateSignature

public byte[] generateCertificateSignature(byte[] hash)
                                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

getSignatureAndHashAlgorithm

public SignatureAndHashAlgorithm getSignatureAndHashAlgorithm()
Deprecated. 

Bouncy Castle Cryptography Library 1.64