Uses of Class
org.apache.http.conn.ssl.SubjectName
-
Packages that use SubjectName Package Description org.apache.http.conn.ssl Client TLS/SSL support. -
-
Uses of SubjectName in org.apache.http.conn.ssl
Methods in org.apache.http.conn.ssl that return SubjectName Modifier and Type Method Description (package private) static SubjectName
SubjectName. DNS(java.lang.String value)
(package private) static SubjectName
SubjectName. IP(java.lang.String value)
Methods in org.apache.http.conn.ssl that return types with arguments of type SubjectName Modifier and Type Method Description (package private) static java.util.List<SubjectName>
DefaultHostnameVerifier. getSubjectAltNames(java.security.cert.X509Certificate cert)
Method parameters in org.apache.http.conn.ssl with type arguments of type SubjectName Modifier and Type Method Description (package private) static void
DefaultHostnameVerifier. matchDNSName(java.lang.String host, java.util.List<SubjectName> subjectAlts, PublicSuffixMatcher publicSuffixMatcher)
(package private) static void
DefaultHostnameVerifier. matchIPAddress(java.lang.String host, java.util.List<SubjectName> subjectAlts)
(package private) static void
DefaultHostnameVerifier. matchIPv6Address(java.lang.String host, java.util.List<SubjectName> subjectAlts)
-