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
andHash
. i16 is used because the int value in C509 certificate registry can be -256 to 255. - Integer
ToOid ๐Table A struct represents a table of integer to OID.
Traitsยง
- Table
Trait ๐A trait that represents a table structure with key-value pairs.