Uses of Class
org.xipki.ca.api.profile.Certprofile.GeneralNameTag
-
Packages that use Certprofile.GeneralNameTag Package Description org.xipki.ca.api.profile -
-
Uses of Certprofile.GeneralNameTag in org.xipki.ca.api.profile
Methods in org.xipki.ca.api.profile that return Certprofile.GeneralNameTag Modifier and Type Method Description Certprofile.GeneralNameTagCertprofile.GeneralNameMode. getTag()static Certprofile.GeneralNameTagCertprofile.GeneralNameTag. valueOf(String name)Returns the enum constant of this type with the specified name.static Certprofile.GeneralNameTag[]Certprofile.GeneralNameTag. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.xipki.ca.api.profile with parameters of type Certprofile.GeneralNameTag Constructor Description GeneralNameMode(Certprofile.GeneralNameTag tag)GeneralNameMode(Certprofile.GeneralNameTag tag, Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> allowedTypes)
-