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
IOException
void processServerCertificate(Certificate serverCertificate) throws IOException
IOException
void skipServerKeyExchange() throws IOException
IOException
void processServerKeyExchange(InputStream is) throws IOException
IOException
void validateCertificateRequest(CertificateRequest certificateRequest) throws IOException
IOException
void skipClientCredentials() throws IOException
IOException
void processClientCredentials(TlsCredentials clientCredentials) throws IOException
IOException
void generateClientKeyExchange(OutputStream os) throws IOException
IOException
byte[] generatePremasterSecret() throws IOException
IOException
Copyright © 2015. All rights reserved.