public interface TlsKeyExchange
| Modifier and Type | Method and Description |
|---|---|
void |
generateClientKeyExchange(OutputStream os) |
byte[] |
generatePremasterSecret() |
void |
processClientCredentials(TlsCredentials clientCredentials) |
void |
processServerCertificate(Certificate serverCertificate) |
void |
processServerKeyExchange(InputStream is) |
void |
skipClientCredentials() |
void |
skipServerCertificate() |
void |
skipServerKeyExchange() |
void |
validateCertificateRequest(CertificateRequest certificateRequest) |
void skipServerCertificate()
throws IOException
IOExceptionvoid processServerCertificate(Certificate serverCertificate) throws IOException
IOExceptionvoid skipServerKeyExchange()
throws IOException
IOExceptionvoid processServerKeyExchange(InputStream is) throws IOException
IOExceptionvoid validateCertificateRequest(CertificateRequest certificateRequest) throws IOException
IOExceptionvoid skipClientCredentials()
throws IOException
IOExceptionvoid processClientCredentials(TlsCredentials clientCredentials) throws IOException
IOExceptionvoid generateClientKeyExchange(OutputStream os) throws IOException
IOExceptionbyte[] generatePremasterSecret()
throws IOException
IOExceptionCopyright © 2015. All rights reserved.