Module asn1_der::typed

source ·
Expand description

Some traits to de-/encode DER objects via type-specific zero-copy views as well as direct de-/encode implementations for some native Rust types

Structs

  • An ASN.1-DER boolean type view
  • An ASN.1-DER integer view
  • An ASN.1-DER null object view
  • An ASN.1-DER octet string view
  • An ASN.1-DER sequence view
  • A newtype wrapper around Vec to work with sequences in a Vec-like way
  • An ASN.1-DER UTF-8 string view

Traits