Bouncy Castle Cryptography 1.50

org.bouncycastle.crypto.tls
Class AbstractTlsEncryptionCredentials

java.lang.Object
  extended by org.bouncycastle.crypto.tls.AbstractTlsCredentials
      extended by org.bouncycastle.crypto.tls.AbstractTlsEncryptionCredentials
All Implemented Interfaces:
TlsCredentials, TlsEncryptionCredentials
Direct Known Subclasses:
DefaultTlsEncryptionCredentials

public abstract class AbstractTlsEncryptionCredentials
extends AbstractTlsCredentials
implements TlsEncryptionCredentials


Constructor Summary
AbstractTlsEncryptionCredentials()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.bouncycastle.crypto.tls.TlsEncryptionCredentials
decryptPreMasterSecret
 
Methods inherited from interface org.bouncycastle.crypto.tls.TlsCredentials
getCertificate
 

Constructor Detail

AbstractTlsEncryptionCredentials

public AbstractTlsEncryptionCredentials()

Bouncy Castle Cryptography 1.50