Expand description
Codec for Octet Encoding Rules (OER). Encodes in canonical format (COER), and decodes in more versatile format (OER).
Re-exports§
Modules§
Functions§
- decode
- Attempts to decode
T
frominput
using OER. - decode_
with_ constraints - Attempts to decode
T
frominput
using OER with constraints. - encode
- Attempts to encode
value
of typeT
to OER. - encode_
with_ constraints - Attempts to encode
value
to COER with constraints.