Uses of Class
org.gudy.bouncycastle.asn1.x509.X509NameEntryConverter
Packages that use X509NameEntryConverter
Package
Description
Support classes useful for encoding and processing X.509 certificates.
-
Uses of X509NameEntryConverter in org.gudy.bouncycastle.asn1.x509
Subclasses of X509NameEntryConverter in org.gudy.bouncycastle.asn1.x509Modifier and TypeClassDescriptionclass
The default converter for X509 DN entries when going from their string value to ASN.1 strings.Fields in org.gudy.bouncycastle.asn1.x509 declared as X509NameEntryConverterConstructors in org.gudy.bouncycastle.asn1.x509 with parameters of type X509NameEntryConverterModifierConstructorDescriptionX509Name
(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.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
(Vector ordering, Hashtable attributes, X509NameEntryConverter converter) Constructor from a table of attributes with ordering.X509Name
(Vector oids, Vector values, X509NameEntryConverter converter) Takes two vectors one of the oids and the other of the values.