Set the string representation of the curve object identifier (OID) .
#include <smartcard/sc_crypto_system.h>
sc_response_code_t sc_crypto_system_set_curve_oid(const sc_crypto_system_t *crypto_system,
const char *curve_oid)
BlackBerry 10.3.1
The crypto system instance. Must not be NULL.
The curve OID. Must not be NULL.
The OID should be a NULL-terminated string using dot notation, for example, "1.3.132.0.35".
SC_SCARD_S_SUCCESS upon success, an error code otherwise. See sc_response_code_t for error code definitions.