Uses of Enum
org.cryptacular.x509.GeneralNameType
Packages that use GeneralNameType
-
Uses of GeneralNameType in org.cryptacular.util
Methods in org.cryptacular.util with parameters of type GeneralNameTypeModifier and TypeMethodDescriptionstatic org.bouncycastle.asn1.x509.GeneralNames
CertUtil.subjectAltNames
(X509Certificate cert, GeneralNameType... types) Gets all subject alternative names of the given type(s) on the given cert.CertUtil.subjectNames
(X509Certificate cert, GeneralNameType... types) Gets a list of subject names defined for the given certificate. -
Uses of GeneralNameType in org.cryptacular.x509
Methods in org.cryptacular.x509 that return GeneralNameTypeModifier and TypeMethodDescriptionstatic GeneralNameType
GeneralNameType.fromTagNumber
(int tagNo) Gets a name type from the value of the tag in the CHOICE element definition.static GeneralNameType
Returns the enum constant of this type with the specified name.static GeneralNameType[]
GeneralNameType.values()
Returns an array containing the constants of this enum type, in the order they are declared.