Module bcder::oid

source ·
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 identifier.

Type Aliases