class ASN1::BER::Identifier
Defined in:
bindata/asn1/identifier.cr
Constant Summary
-
ENDIAN =
["big"]
-
KLASS_NAME =
[ASN1::BER::Identifier]
-
PARTS =
[{type: "bitfield", name: 1, cls: ASN1::BER::Identifier, onlyif: nil, verify: nil}] of Nil
-
REMAINING =
[] of Nil
Class Method Summary
Instance Method Summary
Macro Summary
-
asn1_ber(name, onlyif = nil, verify = nil, value = nil)
-
asn1_ber_extended_identifier(name, onlyif = nil, verify = nil, value = nil)
-
asn1_ber_identifier(name, onlyif = nil, verify = nil, value = nil)
-
ber(name, onlyif = nil, verify = nil, value = nil)
Class Method Detail
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)
#
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
asn1_ber_identifier(name, onlyif =
nil, verify =
nil, value =
nil)
#
macro
ber(name, onlyif =
nil, verify =
nil, value =
nil)
#