Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Interface TlsEncryptionCredentials

All Superinterfaces:
TlsCredentials
All Known Implementing Classes:
AbstractTlsEncryptionCredentials

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

public interface TlsEncryptionCredentials
extends TlsCredentials


Method Summary
 byte[] decryptPreMasterSecret(byte[] encryptedPreMasterSecret)
          Deprecated.  
 
Methods inherited from interface org.bouncycastle.crypto.tls.TlsCredentials
getCertificate
 

Method Detail

decryptPreMasterSecret

public byte[] decryptPreMasterSecret(byte[] encryptedPreMasterSecret)
                              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

Bouncy Castle Cryptography Library 1.64