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 fields common in enterprise application environments.
<P><EM><STRONG>NOTE:</STRONG> The behaviour when any of these strings contain characters outside the ASCII range is unspecified in currently relevant standards.</EM>
@param commonName common name of a person, e.g. "Vivette Davis" @param organizationUnit small organization name, e.g. "Purchasing" @param organizationName large organization name, e.g. "Onizuka, Inc." @param country two letter country code, e.g. "CH"