| Package | Description |
|---|---|
| com.mysql.cj.protocol | |
| com.mysql.cj.protocol.a |
| Modifier and Type | Method and Description |
|---|---|
static javax.net.ssl.SSLContext |
ExportControlled.getSSLContext(ExportControlled.KeyStoreConf clientCertificateKeyStore,
ExportControlled.KeyStoreConf trustCertificateKeyStore,
boolean fallbackToDefaultTrustStore,
boolean verifyServerCert,
java.lang.String hostName,
ExceptionInterceptor exceptionInterceptor)
Configure the
SSLContext based on the supplier property set. |
void |
SocketConnection.performTlsHandshake(ServerSession serverSession) |
default void |
SocketConnection.performTlsHandshake(ServerSession serverSession,
Log log)
Start a TLS handshake
|
static java.net.Socket |
ExportControlled.performTlsHandshake(java.net.Socket rawSocket,
SocketConnection socketConnection,
ServerVersion serverVersion,
Log log)
Converts the socket being used in the given SocketConnection to an SSLSocket by performing the SSL/TLS handshake.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NativeSocketConnection.performTlsHandshake(ServerSession serverSession) |
void |
SimplePacketReaderTest.MockSocketConnection.performTlsHandshake(ServerSession serverSession) |
void |
NativeSocketConnection.performTlsHandshake(ServerSession serverSession,
Log log) |