| Package | Description | 
|---|---|
| org.apache.zookeeper.common | |
| org.apache.zookeeper.server.auth | 
| Modifier and Type | Method and Description | 
|---|---|
static X509TrustManager | 
X509Util.createTrustManager(String trustStoreLocation,
                  String trustStorePassword,
                  String trustStoreTypeProp,
                  boolean crlEnabled,
                  boolean ocspEnabled,
                  boolean serverHostnameVerificationEnabled,
                  boolean clientHostnameVerificationEnabled)
Creates a trust manager by loading the trust store from the given file
 of the given type, optionally decrypting it using the given password. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
X509TrustManager | 
X509AuthenticationProvider.getTrustManager()
Get the X509TrustManager implementation used for remote host
 authentication. 
 | 
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.