DerWriter.wrapTlv

ubyte[] wrapTlv(Asn1Tag tag, const(ubyte)[] content) pure @safe

Wraps content in a TLV with the given tag.

Parameters

tagThe ASN.1 tag.
contentThe value content bytes.

Returns

The complete TLV-encoded bytes.