Uses of Enum Class
org.ldaptive.ssl.DefaultHostnameVerifier.SubjectAltNameType
Packages that use DefaultHostnameVerifier.SubjectAltNameType
-
Uses of DefaultHostnameVerifier.SubjectAltNameType in org.ldaptive.ssl
Methods in org.ldaptive.ssl that return DefaultHostnameVerifier.SubjectAltNameTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DefaultHostnameVerifier.SubjectAltNameType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ldaptive.ssl with parameters of type DefaultHostnameVerifier.SubjectAltNameTypeModifier and TypeMethodDescriptionprivate String[]
DefaultHostnameVerifier.getSubjectAltNames
(X509Certificate cert, DefaultHostnameVerifier.SubjectAltNameType type) Returns the subject alternative names matching the supplied name type from the supplied certificate.