Skip to main content

explicit_tag

Function explicit_tag 

Source
pub const exec fn explicit_tag(class: Class, number: u64) -> Tag
Expand description
returns
(Tag {
    class,
    constructed: true,
    number: super::tag::tag_num_from_uint(number),
}),

Construct the outer tag used by ASN.1 EXPLICIT tagging.