Asn1Tag.encode
ubyte encode() const pure nothrow @nogc @safeEncodes this tag as a single DER tag byte.
The encoding is: tagClass | (constructed ? 0x20 : 0) | tagNumber.
Returns
The encoded tag byte.
ubyte encode() const pure nothrow @nogc @safeEncodes this tag as a single DER tag byte.
The encoding is: tagClass | (constructed ? 0x20 : 0) | tagNumber.