Retrieve the string representation of the curve object identifier (OID).
#include <smartcard/sc_crypto_system.h>
sc_response_code_t sc_crypto_system_get_curve_oid(const sc_crypto_system_t *crypto_system,
char *curve_oid,
size_t *curve_oid_length)
BlackBerry 10.3.1
The crypto system instance. Must not be NULL.
The output buffer where the curve OID is written. If NULL, only the length of the curve OID is returned.
On input, the length of the curve_oid buffer array. On output, the length of the curve OID. Must not be NULL.
The OID should be a NULL-terminated string using the 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.