Asn1Tag.encode

ubyte encode() const pure nothrow @nogc @safe

Encodes this tag as a single DER tag byte.

The encoding is: tagClass | (constructed ? 0x20 : 0) | tagNumber.

Returns

The encoded tag byte.