Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class AbstractTlsCredentials

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

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

public abstract class AbstractTlsCredentials
extends java.lang.Object
implements TlsCredentials


Constructor Summary
AbstractTlsCredentials()
          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.TlsCredentials
getCertificate
 

Constructor Detail

AbstractTlsCredentials

public AbstractTlsCredentials()
Deprecated. 

Bouncy Castle Cryptography Library 1.64