X500Name.this
- this(string dname)
- this(string dname, Map!(string, string) keywordMap)
- this(string dname, string format)
- this(string commonName, string organizationUnit, string organizationName, string country)
- this(string commonName, string organizationUnit, string organizationName, string localityName, string stateName, string country)
- this(DerValue value)
- this(byte[] name)
hunt security x509 X500Name X500Name
constructorsfunctionsstatic functions
Constructs a name from a conventionally formatted string, such as "CN=Dave, OU=JavaSoft, O=Sun Microsystems, C=US". (RFC 1779, 2253, or 4514 style).
@param dname the X.500 Distinguished Name