DerWriter.writeRaw

void writeRaw(Asn1Tag tag, const(ubyte)[] content)

Writes a raw TLV with an explicit tag and content.

Parameters

tagThe ASN.1 tag to use.
contentThe value content bytes.