Bouncy Castle Cryptography 1.50

org.bouncycastle.crypto.tls
Interface TlsEncryptionCredentials

All Superinterfaces:
TlsCredentials
All Known Implementing Classes:
AbstractTlsEncryptionCredentials, DefaultTlsEncryptionCredentials

public interface TlsEncryptionCredentials
extends TlsCredentials


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

Method Detail

decryptPreMasterSecret

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

Bouncy Castle Cryptography 1.50