Uses of Enum Class
com.yahoo.security.SubjectAlternativeName.Type
Packages that use SubjectAlternativeName.Type
-
Uses of SubjectAlternativeName.Type in com.yahoo.security
Methods in com.yahoo.security that return SubjectAlternativeName.TypeModifier and TypeMethodDescriptionstatic SubjectAlternativeName.TypeSubjectAlternativeName.Type.fromTag(int tag) SubjectAlternativeName.getType()static SubjectAlternativeName.TypeReturns the enum constant of this class with the specified name.static SubjectAlternativeName.Type[]SubjectAlternativeName.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.security with parameters of type SubjectAlternativeName.TypeModifier and TypeMethodDescriptionPkcs10CsrBuilder.addSubjectAlternativeName(SubjectAlternativeName.Type type, String value) X509CertificateBuilder.addSubjectAlternativeName(SubjectAlternativeName.Type type, String value) Constructors in com.yahoo.security with parameters of type SubjectAlternativeName.TypeModifierConstructorDescriptionSubjectAlternativeName(SubjectAlternativeName.Type type, String value)