Expand description
§Distinguished Encoding Rules
Re-exports§
pub use crate::ber::*;
Functions§
- decode
- Attempts to decode
T
frominput
using DER. - encode
- Attempts to encode
value
to DER. - encode_
scope - Creates a new DER encoder that can be used to encode any value.