Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class AbstractTlsEncryptionCredentials

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

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

public abstract class AbstractTlsEncryptionCredentials
extends AbstractTlsCredentials
implements TlsEncryptionCredentials


Constructor Summary
AbstractTlsEncryptionCredentials()
          Deprecated.  
 
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()
Deprecated. 

Bouncy Castle Cryptography Library 1.64