Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.tls
Class LegacyTlsClient

java.lang.Object
  extended by org.bouncycastle.crypto.tls.AbstractTlsPeer
      extended by org.bouncycastle.crypto.tls.AbstractTlsClient
          extended by org.bouncycastle.crypto.tls.DefaultTlsClient
              extended by org.bouncycastle.crypto.tls.LegacyTlsClient
All Implemented Interfaces:
TlsClient, TlsPeer

Deprecated.

public class LegacyTlsClient
extends DefaultTlsClient

A temporary class to use LegacyTlsAuthentication


Field Summary
protected  CertificateVerifyer verifyer
          Deprecated.  
 
Fields inherited from class org.bouncycastle.crypto.tls.DefaultTlsClient
clientECPointFormats, namedCurves, serverECPointFormats
 
Fields inherited from class org.bouncycastle.crypto.tls.AbstractTlsClient
cipherFactory, context, selectedCipherSuite, selectedCompressionMethod, supportedSignatureAlgorithms
 
Constructor Summary
LegacyTlsClient(CertificateVerifyer verifyer)
          Deprecated.  
 
Method Summary
 TlsAuthentication getAuthentication()
          Deprecated.  
 
Methods inherited from class org.bouncycastle.crypto.tls.DefaultTlsClient
createDHEKeyExchange, createDHKeyExchange, createECDHEKeyExchange, createECDHKeyExchange, createRSAKeyExchange, getCipher, getCipherSuites, getClientExtensions, getKeyExchange, processServerExtensions
 
Methods inherited from class org.bouncycastle.crypto.tls.AbstractTlsClient
getClientHelloRecordLayerVersion, getClientSupplementalData, getClientVersion, getCompression, getCompressionMethods, getMinimumVersion, init, notifyHandshakeComplete, notifyNewSessionTicket, notifySecureRenegotiation, notifySelectedCipherSuite, notifySelectedCompressionMethod, notifyServerVersion, notifySessionID, processServerSupplementalData
 
Methods inherited from class org.bouncycastle.crypto.tls.AbstractTlsPeer
notifyAlertRaised, notifyAlertReceived
 
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.TlsPeer
notifyAlertRaised, notifyAlertReceived
 

Field Detail

verifyer

protected CertificateVerifyer verifyer
Deprecated. 
Constructor Detail

LegacyTlsClient

public LegacyTlsClient(CertificateVerifyer verifyer)
Deprecated. 

Method Detail

getAuthentication

public TlsAuthentication getAuthentication()
                                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

Bouncy Castle Cryptography Library 1.49