Destroys an RSA private and/or public key object.
#include "hursa.h"
int hu_RSAKeyDestroy(sb_Params rsaParams, sb_PrivateKey *privateKey, sb_PublicKey *publicKey, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
An RSA parameters object.
The private key object pointer.
The public key object pointer.
A global context.
The rsaParams 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.