public class LegacyTlsAuthentication extends ServerOnlyTlsAuthentication
Modifier and Type | Field and Description |
---|---|
protected CertificateVerifyer |
verifyer
Deprecated.
|
Constructor and Description |
---|
LegacyTlsAuthentication(CertificateVerifyer verifyer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
notifyServerCertificate(Certificate serverCertificate)
Deprecated.
Called by the protocol handler to report the server certificate
Note: this method is responsible for certificate verification and validation
|
getClientCredentials
protected CertificateVerifyer verifyer
public LegacyTlsAuthentication(CertificateVerifyer verifyer)
public void notifyServerCertificate(Certificate serverCertificate) throws java.io.IOException
TlsAuthentication
serverCertificate
- the server certificate receivedjava.io.IOException