Module tag
Source Expand description
pub use self::class::Class;pub use self::mode::TagMode;pub use self::number::TagNumber;
- class ๐
- Class of an ASN.1 tag.
- mode ๐
- Tag modes.
- number ๐
- ASN.1 tag numbers
- Tag
- ASN.1 tags.
- CONSTRUCTED_FLAG ๐
- Indicator bit for constructed form encoding (i.e. vs primitive form)
- FixedTag
- Types which have a constant ASN.1
Tag. - Tagged
- Types which have an ASN.1
Tag.