X509Principal(java.util.Hashtable attributes)
constructor from a table of attributes.
X509Principal(java.lang.String dirName)
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.
X509Principal(java.util.Vector ordering,
java.util.Hashtable attributes)
constructor from a table of attributes and a vector giving the
specific ordering required for encoding or conversion to a string.
X509Principal(java.util.Vector oids,
java.util.Vector values)
constructor from a vector of attribute values and a vector of OIDs.