Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.tls
Interface TlsEncryptionCredentials

All Superinterfaces:
TlsCredentials
All Known Implementing Classes:
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 Library 1.49