Class HBaseHostnameVerifier

java.lang.Object
org.apache.hadoop.hbase.io.crypto.tls.HBaseHostnameVerifier
All Implemented Interfaces:
HostnameVerifier

@Private final class HBaseHostnameVerifier extends Object implements HostnameVerifier
When enabled in X509Util, handles verifying that the hostname of a peer matches the certificate it presents.

This file has been copied from the Apache ZooKeeper project.

See Also: