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 an ASN.1 encoded value. The encoding of the name in the stream uses DER (a BER/1 subset).
@param value a DER-encoded value holding an X.500 name.