Class TestHBaseTrustManager

java.lang.Object
org.apache.hadoop.hbase.io.crypto.tls.TestHBaseTrustManager

public class TestHBaseTrustManager extends Object
Test cases taken and adapted from Apache ZooKeeper Project. We can only test calls to HBaseTrustManager using Sockets (not SSLEngines). This can be fine since the logic is the same.
See Also: