class Matter::Codec::DERCodec::Node

Defined in:

matter/codec/der_codec.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tag_id : UInt8, data : Slice(UInt8), elements : Array(Value) = [] of Value, padding : UInt8 | Nil = nil) #

[View source]

Instance Method Detail

def value : Hash(String, Value) #

[View source]