X500Name.getRFC2253Name

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

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

Meta