class ASN1::BER::Identifier
Defined in:
bindata/asn1/identifier.cr
Constant Summary
-
BIT_PARTS =
[{tag_class => {UInt8, nil}, constructed => {UInt8, nil}, tag_number => {UInt8, nil}}] of Nil
-
ENDIAN =
["big"]
-
INDEX =
[0]
-
PARTS =
[{"bitfield", 0, nil, nil, nil, nil}] of Nil
Instance Method Summary
Instance Method Detail
def
__format__ : IO::ByteFormat
#
def
constructed=(constructed : UInt8)
#
def
constructed=(value : Bool)
#
def
tag_class=(tag_class : UInt8)
#
def
tag_number=(tag_number : UInt8)
#
def
write(io : IO) : IO
#