| Package | Description |
|---|---|
| kz.gamma.asn1.x500 | |
| kz.gamma.asn1.x500.style |
| Modifier and Type | Field and Description |
|---|---|
private static X500NameStyle |
X500Name.defaultStyle |
private X500NameStyle |
X500Name.style |
private X500NameStyle |
X500NameBuilder.template |
| 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,
java.lang.Object obj) |
static void |
X500Name.setDefaultStyle(X500NameStyle style)
Set the default style for X500Name construction.
|
| Constructor and Description |
|---|
X500Name(X500NameStyle style,
ASN1Sequence seq) |
X500Name(X500NameStyle style,
RDN[] rDNs) |
X500Name(X500NameStyle style,
java.lang.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 |
static X500NameStyle |
BCStrictStyle.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static RDN[] |
IETFUtils.rDNsFromString(java.lang.String name,
X500NameStyle x500Style) |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.