public class

LegacyTlsClient

extends DefaultTlsClient
java.lang.Object
   ↳ org.bouncycastle.crypto.tls.DefaultTlsClient
     ↳ org.bouncycastle.crypto.tls.LegacyTlsClient

This class is deprecated.
No replacement.

Class Overview

A temporary class to use LegacyTlsAuthentication

Summary

Fields
protected CertificateVerifyer verifyer This field is deprecated. No replacement.
[Expand]
Inherited Fields
From class org.bouncycastle.crypto.tls.DefaultTlsClient
Public Constructors
LegacyTlsClient(CertificateVerifyer verifyer)
This constructor is deprecated. No replacement.
Public Methods
TlsAuthentication getAuthentication()
[Expand]
Inherited Methods
From class org.bouncycastle.crypto.tls.DefaultTlsClient
From class java.lang.Object
From interface org.bouncycastle.crypto.tls.TlsClient

Fields

protected CertificateVerifyer verifyer

This field is deprecated.
No replacement.

Public Constructors

public LegacyTlsClient (CertificateVerifyer verifyer)

This constructor is deprecated.
No replacement.

Public Methods

public TlsAuthentication getAuthentication ()

Throws
IOException