Uses of Class
org.xipki.ca.api.profile.Certprofile.RdnControl
-
Packages that use Certprofile.RdnControl Package Description org.xipki.ca.api.profile -
-
Uses of Certprofile.RdnControl in org.xipki.ca.api.profile
Methods in org.xipki.ca.api.profile that return Certprofile.RdnControl Modifier and Type Method Description Certprofile.RdnControlCertprofile.SubjectControl. getControl(org.bouncycastle.asn1.ASN1ObjectIdentifier type)static Certprofile.RdnControlSubjectDnSpec. getRdnControl(org.bouncycastle.asn1.ASN1ObjectIdentifier rdnType)Methods in org.xipki.ca.api.profile with parameters of type Certprofile.RdnControl Modifier and Type Method Description protected org.bouncycastle.asn1.x500.RDNBaseCertprofile. createSubjectRdn(java.lang.String text, org.bouncycastle.asn1.ASN1ObjectIdentifier type, Certprofile.RdnControl option)static voidSubjectDnSpec. fixRdnControl(Certprofile.RdnControl control)Constructor parameters in org.xipki.ca.api.profile with type arguments of type Certprofile.RdnControl Constructor Description SubjectControl(java.util.List<Certprofile.RdnControl> controls, boolean keepRdnOrder)
-