Expand description
Allocation-free ordering of values by their DER encodings. Allocation-free comparison of values by their complete DER encodings.
Structs§
- Base128
DerState - Stack-resident cursor for one minimally encoded OBJECT IDENTIFIER subidentifier.
- BmpString
DerState - Bytes
DerState - Cursor for a direct byte sequence.
- Generalized
Time DerState - Integer16
DerState - Stack cursor for the specialized small INTEGER content formats.
- Integer
DerState - Cursor for arbitrary-size INTEGER contents. Small values cache at most nine content octets; large values retain the zero-copy representation and are traversed directly.
- Length
DerState - Stack-resident serialization cursor for a DER length.
- Pair
DerState - Cursor for sequential composition.
- Star
DerState - Cursor for a concatenated collection.
- TagDer
State - Stack-resident serialization cursor for a DER tag.
- TlvDer
State - Cursor for a complete DER tag-length-value encoding.
- Universal
String DerState - UtcTime
DerState
Enums§
- Choice
DerState - Cursor for a binary choice.
- OptDer
State - Cursor for an optional value.
Traits§
- Deep
View Identity - Executable values whose deep view is the value itself.
- DerOrd
- A format whose executable values can be traversed in serialization order without producing an intermediate byte buffer.
- DerState
- Cursor-state type for a format. It is format-specific rather than value-type-specific.