DerWriter.writeRaw
void writeRaw(Asn1Tag tag, const(ubyte)[] content)Writes a raw TLV with an explicit tag and content.
Parameters
tag | The ASN.1 tag to use. |
content | The value content bytes. |
void writeRaw(Asn1Tag tag, const(ubyte)[] content)Writes a raw TLV with an explicit tag and content.
tag | The ASN.1 tag to use. |
content | The value content bytes. |