Uses of Class
net.i2p.apache.http.conn.util.PublicSuffixMatcher
-
Uses of PublicSuffixMatcher in net.i2p.apache.http.conn.ssl
Modifier and TypeMethodDescription(package private) static void
DefaultHostnameVerifier.matchCN
(String host, String cn, PublicSuffixMatcher publicSuffixMatcher) (package private) static void
DefaultHostnameVerifier.matchDNSName
(String host, List<String> subjectAlts, PublicSuffixMatcher publicSuffixMatcher) (package private) static boolean
DefaultHostnameVerifier.matchIdentity
(String host, String identity, PublicSuffixMatcher publicSuffixMatcher) (package private) static boolean
DefaultHostnameVerifier.matchIdentityStrict
(String host, String identity, PublicSuffixMatcher publicSuffixMatcher)