| Package | Description |
|---|---|
| net.i2p.apache.http.conn.ssl | SSL/TLS socket factory and hostname verification from Apache HttpClient 4.4.1, providing secure HTTP connection support for I2P. |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void | DefaultHostnameVerifier.matchCN(String host,
String cn,
PublicSuffixMatcher publicSuffixMatcher)Match the common name against the hostname. |
(package private) static void | DefaultHostnameVerifier.matchDNSName(String host,
List<String> subjectAlts,
PublicSuffixMatcher publicSuffixMatcher)Match the DNS name against subject alternative names. |
(package private) static boolean | DefaultHostnameVerifier.matchIdentity(String host,
String identity,
PublicSuffixMatcher publicSuffixMatcher)Match the host against the identity with public suffix matching. |
(package private) static boolean | DefaultHostnameVerifier.matchIdentityStrict(String host,
String identity,
PublicSuffixMatcher publicSuffixMatcher)Strictly match the host against the identity with public suffix matching. |
| Constructor and Description |
|---|
DefaultHostnameVerifier(PublicSuffixMatcher publicSuffixMatcher)Create hostname verifier with public suffix matcher. |