Package | Description |
---|---|
org.spongycastle.asn1.x509 |
Support classes useful for encoding and processing X.509 certificates.
|
Modifier and Type | Class and Description |
---|---|
class |
X509DefaultEntryConverter
The default converter for X509 DN entries when going from their
string value to ASN.1 strings.
|
Modifier and Type | Field and Description |
---|---|
private X509NameEntryConverter |
X509Name.converter
Deprecated.
|
Constructor and Description |
---|
X509Name(boolean reverse,
java.util.Hashtable lookUp,
java.lang.String dirName,
X509NameEntryConverter converter)
Deprecated.
Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
some such, converting it into an ordered set of name attributes.
|
X509Name(boolean reverse,
java.lang.String dirName,
X509NameEntryConverter converter)
Deprecated.
Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
some such, converting it into an ordered set of name attributes with each
string value being converted to its associated ASN.1 type using the passed
in converter.
|
X509Name(java.lang.String dirName,
X509NameEntryConverter converter)
Deprecated.
Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
some such, converting it into an ordered set of name attributes with each
string value being converted to its associated ASN.1 type using the passed
in converter.
|
X509Name(java.util.Vector ordering,
java.util.Hashtable attributes,
X509NameEntryConverter converter)
Deprecated.
Constructor from a table of attributes with ordering.
|
X509Name(java.util.Vector oids,
java.util.Vector values,
X509NameEntryConverter converter)
Deprecated.
Takes two vectors one of the oids and the other of the values.
|