X500Name.getRFC1779Name

Returns a string form of the X.500 distinguished name using the algorithm defined in RFC 1779. Attribute type keywords defined in RFC 1779 are emitted, as well as additional keywords contained in the OID/keyword map.

  1. string getRFC1779Name()
  2. string getRFC1779Name(Map!(string, string) oidMap)
    class X500Name
    string
    getRFC1779Name
    (
    Map!(string, string) oidMap
    )

Meta