RSA Security logo

RSA BSAFE Cert-C
API Reference

REVOKE_OCSP_INIT_PARAMS Struct Reference

Passes initialization parameters to the Cert-C OCSP Revocation Status service provider's initialization functions.

When registering the Cert-C OCSP Revocation Status service provider, the corresponding handlerParams should point to a REVOKE_OCSP_INIT_PARAMS structure. Or, if C_RegisterService() is used to register the Cert-C OCSP Revocation Status service provider, the corresponding params should point to a REVOKE_OCSP_INIT_PARAMS structure.

Data Fields
initChoice This input parameter is required. It specifies how the Cert-C OCSP Revocation Status service provider should be initialized. Currently, REVOKE_OCSP_INIT_METHOD_STRUCT is the only value for initChoice.
method The method union contains initialization parameters in the format specified by initChoice.

#include <ocsp.h>

00509 typedef struct {
00510   unsigned int initChoice;
00511   union {
00515     REVOKE_OCSP_INIT_STRUCT initStruct;
00516   } method;
00517 } REVOKE_OCSP_INIT_PARAMS, *P_REVOKE_OCSP_INIT_PARAMS;

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


RSA BSAFE® Cert-C 2.7 API Reference