Uses of Interface
org.bouncycastle.asn1.x500.X500NameStyle
-
Packages that use X500NameStyle Package Description org.bouncycastle.asn1.x500 The base classes for defining an X.500 name.org.bouncycastle.asn1.x500.style A package of "style" templates for produce X.500 names and converting them to and from strings. -
-
Uses of X500NameStyle in org.bouncycastle.asn1.x500
Methods in org.bouncycastle.asn1.x500 that return X500NameStyle Modifier and Type Method Description static X500NameStyle
X500Name. getDefaultStyle()
Return the current default style.Methods in org.bouncycastle.asn1.x500 with parameters of type X500NameStyle Modifier and Type Method Description static X500Name
X500Name. getInstance(X500NameStyle style, java.lang.Object obj)
static void
X500Name. 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, java.lang.String dirName)
X500Name(X500NameStyle style, RDN[] rDNs)
X500NameBuilder(X500NameStyle template)
Constructor using a specified style. -
Uses of X500NameStyle in org.bouncycastle.asn1.x500.style
Classes in org.bouncycastle.asn1.x500.style that implement X500NameStyle Modifier and Type Class Description class
AbstractX500NameStyle
This class provides some default behavior and common implementation for a X500NameStyle.class
BCStrictStyle
Variation of BCStyle that insists on strict ordering for equality and hashCode comparisonsclass
BCStyle
The default style, based on Bouncy Castle's orginal X509Name class.class
RFC4519Style
A style template that conforms specifically to RFC 4519.Fields in org.bouncycastle.asn1.x500.style declared as X500NameStyle Modifier and Type Field Description static X500NameStyle
BCStrictStyle. INSTANCE
static X500NameStyle
BCStyle. INSTANCE
Singleton instance.static X500NameStyle
RFC4519Style. INSTANCE
Singleton instance.Methods in org.bouncycastle.asn1.x500.style with parameters of type X500NameStyle Modifier and Type Method Description static RDN[]
IETFUtils. rDNsFromString(java.lang.String name, X500NameStyle x500Style)
-