Bouncy Castle Cryptography 1.50

org.bouncycastle.crypto.tls
Class AbstractTlsCredentials

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

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


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

Constructor Detail

AbstractTlsCredentials

public AbstractTlsCredentials()

Bouncy Castle Cryptography 1.50