Retrieves the ECC curve identifier from an ECC parameters object.
#include "huecc.h"
int hu_ECCParamsInfo(sb_Params eccParams, int *curve, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
An ECC parameters object.
The curve identifier.
A global context.
The eccParams object is NULL.
The tag for the params object is not of the expected type.
The curve identifier pointer is NULL.
Success.