Uses of Class
org.xipki.ca.api.profile.Certprofile.StringType
-
Packages that use Certprofile.StringType Package Description org.xipki.ca.api.profile -
-
Uses of Certprofile.StringType in org.xipki.ca.api.profile
Methods in org.xipki.ca.api.profile that return Certprofile.StringType Modifier and Type Method Description Certprofile.StringTypeCertprofile.RdnControl. getStringType()static Certprofile.StringTypeSubjectDnSpec. getStringType(org.bouncycastle.asn1.ASN1ObjectIdentifier rdnType)static Certprofile.StringTypeCertprofile.StringType. valueOf(String name)Returns the enum constant of this type with the specified name.static Certprofile.StringType[]Certprofile.StringType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.ca.api.profile with parameters of type Certprofile.StringType Modifier and Type Method Description voidCertprofile.RdnControl. setStringType(Certprofile.StringType stringType)
-