curveNameToOid
fn
string curveNameToOid(string name) @safeMaps a curve name to its standard OID string.
Parameters
name | The curve name (e.g. "P-256", "P-384", "P-521"). |
Returns
The dotted-decimal OID string.
Throws
CryptoException if the curve name is not recognized.