derBytesToOid
fn
string derBytesToOid(const(ubyte)[] encoded) pure @safeDecodes raw DER-encoded OID bytes to a dotted-decimal string.
Parameters
encoded | The DER-encoded OID content bytes. |
Returns
The OID in dotted-decimal notation.