[][src]Module asn1_der::typed

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

Boolean

An ASN.1-DER boolean type view

Integer

An ASN.1-DER integer view

Null

An ASN.1-DER null object view

OctetString

An ASN.1-DER octet string view

Sequence

An ASN.1-DER sequence view

SequenceVec

A newtype wrapper around Vec to work with sequences in a Vec-like way

Utf8String

An ASN.1-DER UTF-8 string view

Traits

DerDecodable

A trait for DER decodable types

DerEncodable

A trait for DER encodable types

DerTypeView

A trait for DER type views