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 string formatted according to format. Currently, the formats DEFAULT and RFC2253 are supported. DEFAULT is the default format used by the X500Name(string) constructor. RFC2253 is the format strictly according to RFC2253 without extensions.
@param dname the X.500 Distinguished Name @param format the specified format of the string DN