Bouncy Castle Cryptography 1.50

org.bouncycastle.crypto.tls
Class AbstractTlsAgreementCredentials

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

public abstract class AbstractTlsAgreementCredentials
extends AbstractTlsCredentials
implements TlsAgreementCredentials


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

Constructor Detail

AbstractTlsAgreementCredentials

public AbstractTlsAgreementCredentials()

Bouncy Castle Cryptography 1.50