Module bcder::oid[][src]

Expand description

ASN.1 Object Identifiers.

This module contains the Oid type that implements object identifiers, a construct used by ANS.1 to uniquely identify all sorts of things. The type is also re-exported at the top-level.

Structs

A component of an object identifier.

An iterator over the sub-identifiers in an object identifier.

An object identifer.

Type Definitions

A type alias for `Oid<&’static u8>.