module DN_string_generic:
L
this module provides parser
and printer for distinguished names in string format (RFC 4514).Parameters: |
|
L
this module provides parser
and printer for distinguished names in string format (RFC 4514).
This implementation is restricted to attributes using the ASN.1
types PrintableString
, TeletexString
, IA5String
,
UniversalString
, BMPString
, and UTF8String
. It is not
possible to parse hexencoded strings ('#' notation).
(NB. We'd need a generic BER printer for supporting this.)
val parse : string -> Netdn.dn
val print : Netdn.dn -> string