Module der::message[][src]

Expand description

The Message pattern provided by this crate simplifies writing ASN.1 DER decoders and encoders which map ASN.1 SEQUENCE types to Rust structs.

Traits

Message

Messages encoded as an ASN.1 SEQUENCE.

Functions

encoded_len

Obtain the length of an ASN.1 SEQUENCE consisting of the given Encodable fields when serialized as ASN.1 DER, including the header (i.e. tag and length)