Module bsn1::contents[][src]

Expand description

Provides functions to serialize/deserialize contents octets.

Functions

from_bool

Serializes boolean as contents octets.

from_integer

Serializes integer as contents octets.

to_bool_ber

Parses bytes as a BER contents of Bool.

to_bool_der

Parses bytes as a DER contents of Bool.

to_integer

Parses bytes as a contents of Integer.