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
IOException
void notifySessionID(byte[] sessionID)
void notifySelectedCipherSuite(int selectedCipherSuite)
void notifySelectedCompressionMethod(short selectedCompressionMethod)
void notifySecureRenegotiation(boolean secureNegotiation) throws IOException
IOException
void processServerExtensions(Hashtable serverExtensions)
TlsKeyExchange getKeyExchange() throws IOException
IOException
TlsAuthentication getAuthentication() throws IOException
IOException
TlsCompression getCompression() throws IOException
IOException
TlsCipher getCipher() throws IOException
IOException
Copyright © 2015. All rights reserved.