"1.2.840.113549.1.1.1").decodeOidToString
fn
string decodeOidToString(const(ubyte)[] encoded) pure @safeDecodes a binary OID to its dotted-decimal string representation.
Parameters
encoded | The binary-encoded OID bytes (without tag or length). |
Returns
The dotted OID string (e.g.
Throws
CryptoException if the encoding is empty or truncated.