Class HBaseHostnameVerifier.SubjectName
java.lang.Object
org.apache.hadoop.hbase.io.crypto.tls.HBaseHostnameVerifier.SubjectName
- Enclosing class:
- HBaseHostnameVerifier
Note: copied from Apache httpclient with some minor modifications. We want host verification,
but depending on the httpclient jar caused unexplained performance regressions (even when the
code was not used).
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
DNS
- See Also:
-
IP
- See Also:
-
value
-
type
-
-
Constructor Details
-
SubjectName
SubjectName(String value, int type)
-
-
Method Details