Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class AbstractTlsAgreementCredentials

java.lang.Object
  |
  +--org.bouncycastle.crypto.tls.AbstractTlsCredentials
        |
        +--org.bouncycastle.crypto.tls.AbstractTlsAgreementCredentials
All Implemented Interfaces:
TlsAgreementCredentials, TlsCredentials
Direct Known Subclasses:
DefaultTlsAgreementCredentials

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

public abstract class AbstractTlsAgreementCredentials
extends AbstractTlsCredentials
implements TlsAgreementCredentials


Constructor Summary
AbstractTlsAgreementCredentials()
          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.TlsAgreementCredentials
generateAgreement
 
Methods inherited from interface org.bouncycastle.crypto.tls.TlsCredentials
getCertificate
 

Constructor Detail

AbstractTlsAgreementCredentials

public AbstractTlsAgreementCredentials()
Deprecated. 

Bouncy Castle Cryptography Library 1.64