Package org.apache.zookeeper.common
Class ClientX509Util
- java.lang.Object
- 
- org.apache.zookeeper.common.X509Util
- 
- org.apache.zookeeper.common.ClientX509Util
 
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable
 
 public class ClientX509Util extends X509Util 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.zookeeper.common.X509UtilX509Util.ClientAuth
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.zookeeper.common.X509UtilDEFAULT_HANDSHAKE_DETECTION_TIMEOUT_MILLIS, DEFAULT_PROTOCOL
 
- 
 - 
Constructor SummaryConstructors Constructor Description ClientX509Util()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetConfigPrefix()StringgetSslAuthProviderProperty()protected booleanshouldVerifyClientHostname()- 
Methods inherited from class org.apache.zookeeper.common.X509Utilclose, createKeyManager, createSSLContext, createSSLContextAndOptions, createSSLContextAndOptionsFromConfig, createSSLServerSocket, createSSLServerSocket, createSSLSocket, createSSLSocket, createTrustManager, enableCertFileReloading, getCipherSuitesProperty, getDefaultSSLContext, getDefaultSSLContextAndOptions, getFipsMode, getFipsModeProperty, getPasswordFromConfigPropertyOrFile, getSslCipherSuitesProperty, getSslClientAuthProperty, getSslContextSupplierClassProperty, getSslCrlEnabledProperty, getSslEnabledProtocolsProperty, getSslHandshakeDetectionTimeoutMillisProperty, getSslHandshakeTimeoutMillis, getSslHostnameVerificationEnabledProperty, getSslKeystoreLocationProperty, getSslKeystorePasswdPathProperty, getSslKeystorePasswdProperty, getSslKeystoreTypeProperty, getSslOcspEnabledProperty, getSslProtocolProperty, getSslTruststoreLocationProperty, getSslTruststorePasswdPathProperty, getSslTruststorePasswdProperty, getSslTruststoreTypeProperty, isClientHostnameVerificationEnabled, isServerHostnameVerificationEnabled, loadKeyStore, loadTrustStore
 
- 
 
- 
- 
- 
Method Detail- 
getConfigPrefixprotected String getConfigPrefix() - Specified by:
- getConfigPrefixin class- X509Util
 
 - 
shouldVerifyClientHostnameprotected boolean shouldVerifyClientHostname() - Specified by:
- shouldVerifyClientHostnamein class- X509Util
 
 - 
getSslAuthProviderPropertypublic String getSslAuthProviderProperty() 
 
- 
 
-