Class HBaseTrustManager

java.lang.Object
javax.net.ssl.X509ExtendedTrustManager
org.apache.hadoop.hbase.io.crypto.tls.HBaseTrustManager
All Implemented Interfaces:
TrustManager, X509TrustManager

@Private public class HBaseTrustManager extends X509ExtendedTrustManager
A custom TrustManager that supports hostname verification We attempt to perform verification using just the IP address first and if that fails will attempt to perform a reverse DNS lookup and verify using the hostname. This file has been copied from the Apache ZooKeeper project.
See Also: