![]() |
RSA BSAFE Cert-C |
It consists of a private key and a certificate that contains the matching public key for the private key.
NULL
by the toolkit if no certificate corresponding to the private key is present in the PKCS #12 that is being imported.key |
A B_KEY_OBJ object that contains the private key object. |
cert |
A CERT_OBJ object that holds the certificate that contains the matching public key for the private key in key. |
#include <pkcs12.h>
00077 typedef struct KEY_CONTENT { 00078 B_KEY_OBJ key; 00079 CERT_OBJ cert; 00080 } KEY_CONTENT;