Expand description
§Encoding BER.
Re-exports§
pub use crate::error::BerEncodeErrorKind;
pub use crate::error::EncodeError;
pub use crate::error::EncodeErrorKind;
Structs§
- Encoder
- A BER and variants encoder. Capable of encoding to BER, CER, and DER.
- Encoder
Options - Options for configuring the
Encoder
.