| Package | Description |
|---|---|
| org.bouncycastle.asn1.x500 | |
| org.bouncycastle.asn1.x500.style | |
| org.bouncycastle.cert.jcajce |
| Modifier and Type | Method and Description |
|---|---|
static X500NameStyle |
X500Name.getDefaultStyle()
Return the current default style.
|
| Modifier and Type | Method and Description |
|---|---|
static X500Name |
X500Name.getInstance(X500NameStyle style,
Object obj) |
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)
Deprecated.
use the getInstance() method that takes a style.
|
X500NameBuilder(X500NameStyle template)
Constructor using a specified style.
|
| Modifier and Type | Class and 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 comparisons
|
class |
BCStyle |
class |
RFC4519Style |
| Modifier and Type | Field and Description |
|---|---|
static X500NameStyle |
RFC4519Style.INSTANCE
Singleton instance.
|
static X500NameStyle |
BCStyle.INSTANCE
Singleton instance.
|
static X500NameStyle |
BCStrictStyle.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static RDN[] |
IETFUtils.rDNsFromString(String name,
X500NameStyle x500Style) |
| Modifier and Type | Method and Description |
|---|---|
static X500Name |
JcaX500NameUtil.getIssuer(X500NameStyle style,
X509Certificate certificate) |
static X500Name |
JcaX500NameUtil.getSubject(X500NameStyle style,
X509Certificate certificate) |
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.