ASN1::BER::Identifier
The leading identifier octet of a BER element (tag class, constructed flag and tag number), plus any high-tag-number continuation bytes.
Constants
The leading identifier octet of a BER element (tag class, constructed flag and tag number), plus any high-tag-number continuation bytes.
The leading identifier octet of a BER element (tag class, constructed flag and tag number), plus any high-tag-number continuation bytes.
The leading identifier octet of a BER element (tag class, constructed flag and tag number), plus any high-tag-number continuation bytes.
The leading identifier octet of a BER element (tag class, constructed flag and tag number), plus any high-tag-number continuation bytes.
Cap on high-tag-number continuation bytes, to bound read against a stream
of more-flagged bytes (otherwise the array grows without limit). 16
base-128 bytes encode a tag number well beyond any real-world use.
The leading identifier octet of a BER element (tag class, constructed flag and tag number), plus any high-tag-number continuation bytes.
The leading identifier octet of a BER element (tag class, constructed flag and tag number), plus any high-tag-number continuation bytes.
Class methods
The leading identifier octet of a BER element (tag class, constructed flag and tag number), plus any high-tag-number continuation bytes.
Instance methods
A group or bit_field captures the endianness at its declaration point, so
declaring endian after one would silently leave it system-endian. Fail loudly.
Reads the fields of this instance from io, in declaration order, and
returns io. Raises BinData::ParseError (or BinData::VerificationException)
on malformed input.