module Matter::Codec::DERCodec::Base

Extended Modules

Direct including types

Defined in:

matter/codec/der_codec.cr

Instance Method Summary

Instance Method Detail

def decode(data : Slice(UInt8)) : Node #

[View source]
def encode(value : Value) : Slice(UInt8) #

[View source]
def encode_length_bytes(value, byte_format : IO::ByteFormat = IO::ByteFormat::BigEndian) #

[View source]
def encode_unsigned_int(value : UInt8 | UInt16 | UInt32, byte_format : IO::ByteFormat = IO::ByteFormat::BigEndian) #

[View source]