derBytesToOid

fnstring derBytesToOid(const(ubyte)[] encoded) pure @safe

Decodes raw DER-encoded OID bytes to a dotted-decimal string.

Parameters

encodedThe DER-encoded OID content bytes.

Returns

The OID in dotted-decimal notation.