Gets the input policy and output format of elliptic curve point representations in the ECC parameters object.
#include "huecc.h"
int hu_ECCParamsModeGet(sb_Params eccParams, int *policy, int *mode, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
An ECC parameters object.
Point compression input policy. (Optional)
Point compression output mode. (Optional)
A global context.
For a description of policy and mode values and what they mean, see hu_ECCParamsModeSet().
The eccParams object is NULL.
The tag for the params object is not of the expected type.
Success.