Plasma GitLab Archive
Projects Blog Knowledge

Module Netasn1_encode

module Netasn1_encode: sig .. end
ASN.1 encoder


Note that the encoder does not check whether the value is well-formed, in particular whether the constrained string values are correct.
val encode_ber : Netbuffer.t -> Netasn1.Value.value -> Netasn1.Value.pc
Appends a BER encoding of the value to the buffer (including the header). Returns whether a primitive or constructed encoding was generated.
val encode_ber_contents : Netbuffer.t -> Netasn1.Value.value -> Netasn1.Value.pc
Appends a BER encoding of the value to the buffer (excluding the header). Returns whether a primitive or constructed encoding was generated.
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml