| Package | Description |
|---|---|
| com.mysql.cj.protocol |
| Modifier and Type | Method and Description |
|---|---|
private static ExportControlled.KeyStoreConf |
ExportControlled.getKeyStoreConf(PropertySet propertySet) |
private static ExportControlled.KeyStoreConf |
ExportControlled.getTrustStoreConf(PropertySet propertySet,
boolean required) |
| 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. |