org.bouncycastle.crypto.tls
Class DefaultTlsClient
java.lang.Object
org.bouncycastle.crypto.tls.AbstractTlsPeer
org.bouncycastle.crypto.tls.AbstractTlsClient
org.bouncycastle.crypto.tls.DefaultTlsClient
- All Implemented Interfaces:
- TlsClient, TlsPeer
- Direct Known Subclasses:
- MockDTLSClient
Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
- public abstract class DefaultTlsClient
- extends AbstractTlsClient
Methods inherited from class org.bouncycastle.crypto.tls.AbstractTlsClient |
allowUnexpectedServerExtension, checkForUnexpectedServerExtension, getCipher, getClientExtensions, getClientHelloRecordLayerVersion, getClientSupplementalData, getClientVersion, getCompression, getCompressionMethods, getMinimumVersion, getSessionToResume, init, isFallback, notifyNewSessionTicket, notifySelectedCipherSuite, notifySelectedCompressionMethod, notifyServerVersion, notifySessionID, processServerExtensions, processServerSupplementalData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dhVerifier
protected TlsDHVerifier dhVerifier
- Deprecated.
DefaultTlsClient
public DefaultTlsClient()
- Deprecated.
DefaultTlsClient
public DefaultTlsClient(TlsCipherFactory cipherFactory)
- Deprecated.
DefaultTlsClient
public DefaultTlsClient(TlsCipherFactory cipherFactory,
TlsDHVerifier dhVerifier)
- Deprecated.
getCipherSuites
public int[] getCipherSuites()
- Deprecated.
getKeyExchange
public TlsKeyExchange getKeyExchange()
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException
createDHKeyExchange
protected TlsKeyExchange createDHKeyExchange(int keyExchange)
- Deprecated.
createDHEKeyExchange
protected TlsKeyExchange createDHEKeyExchange(int keyExchange)
- Deprecated.
createECDHKeyExchange
protected TlsKeyExchange createECDHKeyExchange(int keyExchange)
- Deprecated.
createECDHEKeyExchange
protected TlsKeyExchange createECDHEKeyExchange(int keyExchange)
- Deprecated.
createRSAKeyExchange
protected TlsKeyExchange createRSAKeyExchange()
- Deprecated.