|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base interface to provide TLS authentication credentials.
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 |
Method Detail |
public void notifyServerCertificate(Certificate serverCertificate) throws java.io.IOException
serverCertificate
- the server certificate received
java.io.IOException
public TlsCredentials getClientCredentials(CertificateRequest certificateRequest) throws java.io.IOException
certificateRequest
- details of the certificate request
java.io.IOException
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |