Uses of Interface
org.bouncycastle.asn1.x500.X500NameStyle
| Package | Description |
|---|---|
| org.bouncycastle.asn1.x500 | |
| org.bouncycastle.asn1.x500.style |
-
Uses of X500NameStyle in org.bouncycastle.asn1.x500
Methods in org.bouncycastle.asn1.x500 that return X500NameStyle Modifier and Type Method Description static X500NameStyleX500Name. getDefaultStyle()Return the current default style.Methods in org.bouncycastle.asn1.x500 with parameters of type X500NameStyle Modifier and Type Method Description static X500NameX500Name. getInstance(X500NameStyle style, Object obj)static voidX500Name. setDefaultStyle(X500NameStyle style)Set the default style for X500Name construction.Constructors in org.bouncycastle.asn1.x500 with parameters of type X500NameStyle Constructor Description X500Name(X500NameStyle style, String dirName)X500Name(X500NameStyle style, RDN[] rDNs)X500Name(X500NameStyle style, X500Name name)X500NameBuilder(X500NameStyle template) -
Uses of X500NameStyle in org.bouncycastle.asn1.x500.style
Classes in org.bouncycastle.asn1.x500.style that implement X500NameStyle Modifier and Type Class Description classBCStrictStyleVariation of BCStyle that insists on strict ordering for equality and hashCode comparisonsclassBCStyleclassRFC4519StyleFields in org.bouncycastle.asn1.x500.style declared as X500NameStyle Modifier and Type Field Description static X500NameStyleBCStrictStyle. INSTANCEstatic X500NameStyleBCStyle. INSTANCEstatic X500NameStyleRFC4519Style. INSTANCEMethods in org.bouncycastle.asn1.x500.style with parameters of type X500NameStyle Modifier and Type Method Description static RDN[]IETFUtils. rDNsFromString(String name, X500NameStyle x500Style)