class ASN1::BER::ExtendedIdentifier
Defined in:
bindata/asn1/identifier.cr
Constant Summary
-
ENDIAN =
["big"]
-
KLASS_NAME =
[ASN1::BER::ExtendedIdentifier]
-
PARTS =
[{type: "bitfield", name: 0, cls: ASN1::BER::ExtendedIdentifier, onlyif: nil, verify: nil}] of Nil
-
REMAINING =
[] of Nil
Class Method Summary
Instance Method Summary
Macro Summary
Class Method Detail
Instance Method Detail
def
__format__ : IO::ByteFormat
#
def
more=(more : UInt8)
#
def
more=(value : Bool)
#
def
tag_number=(tag_number : UInt8)
#
Macro Detail
macro
asn1_ber(name, onlyif =
nil, verify =
nil, value =
nil)
#
macro
asn1_ber_extended_identifier(name, onlyif =
nil, verify =
nil, value =
nil)
#
macro
ber(name, onlyif =
nil, verify =
nil, value =
nil)
#