class Matter::Codec::DERCodec::ContextTagged

Included Modules

Defined in:

matter/codec/der_codec.cr

Constructors

Instance Method Summary

Instance methods inherited from module Matter::Codec::DERCodec::Base

decode(data : Slice(UInt8)) : Node decode, encode(value : Value) : Slice(UInt8) encode, encode_length_bytes(value, byte_format : IO::ByteFormat = IO::ByteFormat::BigEndian) encode_length_bytes, encode_unsigned_int(value : UInt8 | UInt16 | UInt32, byte_format : IO::ByteFormat = IO::ByteFormat::BigEndian) encode_unsigned_int

Constructor Detail

def self.new(tag_id : UInt8, sub : Value | Nil = nil) #

[View source]

Instance Method Detail

def value : Hash(String, Value) #

[View source]