Uses of Class
org.apache.hc.client5.http.ssl.SubjectName
Packages that use SubjectName
-
Uses of SubjectName in org.apache.hc.client5.http.ssl
Methods in org.apache.hc.client5.http.ssl that return SubjectNameModifier and TypeMethodDescription(package private) static SubjectName
(package private) static SubjectName
Methods in org.apache.hc.client5.http.ssl that return types with arguments of type SubjectNameModifier and TypeMethodDescription(package private) static List
<SubjectName> DefaultHostnameVerifier.getSubjectAltNames
(X509Certificate cert) (package private) static List
<SubjectName> DefaultHostnameVerifier.getSubjectAltNames
(X509Certificate cert, int subjectName) Method parameters in org.apache.hc.client5.http.ssl with type arguments of type SubjectNameModifier and TypeMethodDescription(package private) static void
DefaultHostnameVerifier.matchDNSName
(String host, List<SubjectName> subjectAlts, PublicSuffixMatcher publicSuffixMatcher) (package private) static void
DefaultHostnameVerifier.matchIPAddress
(String host, List<SubjectName> subjectAlts) (package private) static void
DefaultHostnameVerifier.matchIPv6Address
(String host, List<SubjectName> subjectAlts)