Module c509_certificate::tables

source ยท
Expand description

A bimap table for bidirectional lookup.

Structsยง

  • IntTable ๐Ÿ”’
    A struct that represents a table mapping integers to any type that implements Eq and Hash. i16 is used because the int value in C509 certificate registry can be -256 to 255.
  • IntegerToOidTable ๐Ÿ”’
    A struct represents a table of integer to OID.

Traitsยง

  • TableTrait ๐Ÿ”’
    A trait that represents a table structure with key-value pairs.