Struct der_parser::der::Tag
source · pub struct Tag(pub u32);
Expand description
BER/DER Tag as defined in X.680 section 8.4
X.690 doesn’t specify the maximum tag size so we’re assuming that people aren’t going to need anything more than a u32.
Tuple Fields§
§0: u32