|
Bouncy Castle Cryptography 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.LegacyTlsAuthentication
public class LegacyTlsAuthentication
A temporary class to wrap old CertificateVerifyer stuff for new TlsAuthentication
Field Summary | |
---|---|
protected CertificateVerifyer |
verifyer
Deprecated. |
Constructor Summary | |
---|---|
LegacyTlsAuthentication(CertificateVerifyer verifyer)
Deprecated. |
Method Summary | |
---|---|
TlsCredentials |
getClientCredentials(CertificateRequest certificateRequest)
Deprecated. Return client credentials in response to server's certificate request |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CertificateVerifyer verifyer
Constructor Detail |
---|
public LegacyTlsAuthentication(CertificateVerifyer verifyer)
Method Detail |
---|
public void notifyServerCertificate(Certificate serverCertificate) throws java.io.IOException
TlsAuthentication
notifyServerCertificate
in interface TlsAuthentication
serverCertificate
- the server certificate received
java.io.IOException
public TlsCredentials getClientCredentials(CertificateRequest certificateRequest) throws java.io.IOException
TlsAuthentication
getClientCredentials
in interface TlsAuthentication
certificateRequest
- details of the certificate request
java.io.IOException
|
Bouncy Castle Cryptography 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |