Creates an IDLC private key object from random data, and, optionally, the corresponding public key object.
#include "huidlc.h"
int hu_IDLCKeyGen(sb_Params idlcParams, sb_PrivateKey *privateKey, sb_PublicKey *publicKey, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
An IDLC parameters object.
The private key object pointer.
The public key object pointer.
A global context.
The IDLC parameter object must have been created with an RNG context.
The idlcParams object is NULL.
The tag for the params object is not of the expected type.
Memory allocation failure.
Success.