public interface TlsClient
| Modifier and Type | Method and Description |
|---|---|
TlsAuthentication |
getAuthentication() |
TlsCipher |
getCipher() |
int[] |
getCipherSuites() |
Hashtable |
getClientExtensions() |
TlsCompression |
getCompression() |
short[] |
getCompressionMethods() |
TlsKeyExchange |
getKeyExchange() |
void |
init(TlsClientContext context) |
void |
notifySecureRenegotiation(boolean secureNegotiation) |
void |
notifySelectedCipherSuite(int selectedCipherSuite) |
void |
notifySelectedCompressionMethod(short selectedCompressionMethod) |
void |
notifySessionID(byte[] sessionID) |
void |
processServerExtensions(Hashtable serverExtensions) |
void init(TlsClientContext context)
int[] getCipherSuites()
short[] getCompressionMethods()
Hashtable getClientExtensions() throws IOException
IOExceptionvoid notifySessionID(byte[] sessionID)
void notifySelectedCipherSuite(int selectedCipherSuite)
void notifySelectedCompressionMethod(short selectedCompressionMethod)
void notifySecureRenegotiation(boolean secureNegotiation)
throws IOException
IOExceptionvoid processServerExtensions(Hashtable serverExtensions)
TlsKeyExchange getKeyExchange() throws IOException
IOExceptionTlsAuthentication getAuthentication() throws IOException
IOExceptionTlsCompression getCompression() throws IOException
IOExceptionTlsCipher getCipher() throws IOException
IOExceptionCopyright © 2015. All rights reserved.