Module der::message[][src]

Expand description

The Message trait simplifies writing decoders/encoders which map ASN.1 SEQUENCEs 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)