Package | Description |
---|---|
old.org.bouncycastle.asn1.x500 | |
old.org.bouncycastle.asn1.x500.style |
Modifier and Type | Method and Description |
---|---|
static X500NameStyle |
X500Name.getDefaultStyle()
Return the current default style.
|
Modifier and Type | Method and Description |
---|---|
static void |
X500Name.setDefaultStyle(X500NameStyle style)
Set the default style for X500Name construction.
|
Constructor and Description |
---|
X500Name(X500NameStyle style,
RDN[] rDNs) |
X500Name(X500NameStyle style,
String dirName) |
X500Name(X500NameStyle style,
X500Name name) |
X500NameBuilder(X500NameStyle template) |
Modifier and Type | Class and Description |
---|---|
class |
BCStrictStyle
Variation of BCStyle that insists on strict ordering for equality
and hashCode comparisons
|
class |
BCStyle |
class |
RFC4519Style |
Modifier and Type | Field and Description |
---|---|
static X500NameStyle |
RFC4519Style.INSTANCE |
static X500NameStyle |
BCStyle.INSTANCE |
Modifier and Type | Method and Description |
---|---|
static RDN[] |
IETFUtils.rDNsFromString(String name,
X500NameStyle x500Style) |
Copyright © 2015. All rights reserved.