module Matter::Codec::DERCodec::Base
Extended Modules
Direct including types
Defined in:
matter/codec/der_codec.crInstance Method Summary
- #decode(data : Slice(UInt8)) : Node
- #encode(value : Value) : Slice(UInt8)
- #encode_length_bytes(value, byte_format : IO::ByteFormat = IO::ByteFormat::BigEndian)
- #encode_unsigned_int(value : UInt8 | UInt16 | UInt32, byte_format : IO::ByteFormat = IO::ByteFormat::BigEndian)
Instance Method Detail
def encode_unsigned_int(value : UInt8 | UInt16 | UInt32, byte_format : IO::ByteFormat = IO::ByteFormat::BigEndian)
#