Uses of Class
org.apache.hadoop.hbase.exceptions.TrustManagerException
-
Uses of TrustManagerException in org.apache.hadoop.hbase.io.crypto.tls
Modifier and TypeMethodDescription(package private) static X509TrustManager
X509Util.createTrustManager
(String trustStoreLocation, char[] trustStorePassword, String trustStoreType, boolean crlEnabled, boolean ocspEnabled, boolean verifyHostName, boolean allowReverseDnsLookup) Creates a trust manager by loading the trust store from the given file of the given type, optionally decrypting it using the given password.