|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use X509NameEntryConverter | |
org.apache.geronimo.util.asn1.x509 |
Uses of X509NameEntryConverter in org.apache.geronimo.util.asn1.x509 |
Subclasses of X509NameEntryConverter in org.apache.geronimo.util.asn1.x509 | |
class |
X509DefaultEntryConverter
The default converter for X509 DN entries when going from their string value to |
Constructors in org.apache.geronimo.util.asn1.x509 with parameters of type X509NameEntryConverter | |
X509Name(Vector oids,
Vector values,
X509NameEntryConverter converter)
Takes two vectors one of the oids and the other of the values. |
|
X509Name(String dirName,
X509NameEntryConverter converter)
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(boolean reverse,
String dirName,
X509NameEntryConverter converter)
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(boolean reverse,
Hashtable lookUp,
String dirName,
X509NameEntryConverter converter)
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |