Uses of Interface
org.mariadb.jdbc.plugin.TlsSocketPlugin
Packages that use TlsSocketPlugin
Package
Description
-
Uses of TlsSocketPlugin in org.mariadb.jdbc.client.impl
Methods in org.mariadb.jdbc.client.impl with parameters of type TlsSocketPluginModifier and TypeMethodDescriptionprivate SSLSocket
StandardClient.createSslSocket
(Configuration conf, TlsSocketPlugin socketPlugin, TrustManager[] trustManagers) private void
StandardClient.verifyHostname
(SSLSocket sslSocket, TlsSocketPlugin socketPlugin) -
Uses of TlsSocketPlugin in org.mariadb.jdbc.plugin.tls
Methods in org.mariadb.jdbc.plugin.tls that return TlsSocketPluginModifier and TypeMethodDescriptionstatic TlsSocketPlugin
Get authentication plugin from type String. -
Uses of TlsSocketPlugin in org.mariadb.jdbc.plugin.tls.main
Classes in org.mariadb.jdbc.plugin.tls.main that implement TlsSocketPlugin