Bouncy Castle Cryptography 1.46

org.bouncycastle.crypto.tls
Class LegacyTlsClient

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

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
cipherFactory, context, selectedCipherSuite, selectedCompressionMethod
 
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, getCompression, getCompressionMethods, getKeyExchange, init, notifySecureRenegotiation, notifySelectedCipherSuite, notifySelectedCompressionMethod, notifySessionID, processServerExtensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 1.46