Skip to main content

Module der_parser

Module der_parser 

Source

Modules§

asn1_rs
License: MIT Apache License 2.0 docs.rs crates.io Download numbers Github CI Minimum rustc version
ber
Basic Encoding Rules (BER) objects and parser
der
Distinguished Encoding Rules (DER) objects and parser
error
Error type for BER/DER parsers
num_bigint
Big Integer Types for Rust
oid
rusticata_macros
Rusticata-macros

Macros§

oid
Procedural macro to get encoded oids, see the oid module.

Structs§

Oid
Object ID (OID) representation which can be relative or non-relative.

Functions§

parse_ber
Parse BER object recursively
parse_der
Parse DER object recursively

Type Aliases§

IResult
Holds the result of parsing functions