RSA Security logo

RSA BSAFE Cert-C
API Reference

PKI_CMP_SP_INIT_PARAMS Struct Reference

This structure is holds initialization parameters for the Cert-C CMP PKI Database service provider.

Data Fields
profile This input parameter is one of the PKI_CMP_INIT_METHOD_* flags, defined in the header file. The value must be PKI_CMP_INIT_METHOD_STRUCT in an application.
initStruct This input parameter is a PKI_CMP_INIT_STRUCT structure.
handle This input parameter is a handle for the S_CMP*() functions.

#include <cmp.h>

00101 typedef struct {
00102   unsigned int          initChoice;  /* one of PKI_CMP_INIT_METHOD_* */
00103   union {
00104     PKI_CMP_INIT_STRUCT initStruct;
00105   } method;
00106   POINTER handle;                    /* handle for S_CMP... functions */
00107 } PKI_CMP_SP_INIT_PARAMS, *P_PKI_CMP_SP_INIT_PARAMS;

The documentation for this struct was generated from the following file:


RSA BSAFE® Cert-C 2.7 API Reference