Destroys an IDLC private and/or public key object.
#include "huidlc.h"
int hu_IDLCKeyDestroy(sb_Params idlcParams, sb_PrivateKey *privateKey, sb_PublicKey *publicKey, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The IDLC parameters object.
The IDLC private key object pointer.
The IDLC public key object pointer.
A global context.
IDLC key objects must be destroyed before the IDLC parameters object is destroyed.
The idlcParams object is NULL.
The tag for the params object is not of the expected type.
The private key object is NULL.
The private key object is invalid.
The public key object is NULL.
The public key object is invalid.
Success.