public class DefaultTlsSocketPlugin extends Object implements TlsSocketPlugin
| Constructor and Description |
|---|
DefaultTlsSocketPlugin() |
| Modifier and Type | Method and Description |
|---|---|
KeyManager[] |
getKeyManager(Configuration conf,
ExceptionFactory exceptionFactory) |
TrustManager[] |
getTrustManager(Configuration conf,
ExceptionFactory exceptionFactory) |
String |
type()
plugin type.
|
void |
verify(String host,
SSLSession session,
long serverThreadId)
Host name verifier implementation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateSocketpublic String type()
TlsSocketPlugintype in interface TlsSocketPluginpublic TrustManager[] getTrustManager(Configuration conf, ExceptionFactory exceptionFactory) throws SQLException
getTrustManager in interface TlsSocketPluginSQLExceptionpublic KeyManager[] getKeyManager(Configuration conf, ExceptionFactory exceptionFactory) throws SQLException
getKeyManager in interface TlsSocketPluginSQLExceptionpublic void verify(String host, SSLSession session, long serverThreadId) throws SSLException
TlsSocketPluginverify in interface TlsSocketPluginhost - hostnamesession - ssl sessionserverThreadId - current server threadIdSSLException - if verification failCopyright © 2025 SingleStore. All rights reserved.