RSA Security logo

RSA BSAFE Cert-C
API Reference

REVOKE_OCSP_INIT_STRUCT Struct Reference

Stores initialization parameters for the Cert-C OCSP Revocation Status service provider, in the format that REVOKE_OCSP_INIT_PARAMS's initChoice member specifies.

This structure passes the initialization parameters to REVOKE_OCSP_INIT_PARAMS's method member. The REVOKE_OCSP_INIT_PARAMS structure then passes these initialization parameters to the Cert-C OCSP Revocation Status service provider's initialization functions.

Data Fields
numResponders This non-zero input parameter contains the number of OCSP_RESPONDER structures to which the responders field points.
responders This input parameter points to an array of OCSP_RESPONDER structures. These OCSP_RESPONDER structures detail circumstances under which the service provider chooses a responder. Also, these structures detail how the service provider should communicate with the chosen responder.

#include <ocsp.h>

00477 typedef struct {
00478   unsigned int    numResponders; /* # of structures in array   */
00479   OCSP_RESPONDER *responders;    /* ptr to array of structures */
00480 } REVOKE_OCSP_INIT_STRUCT, *P_REVOKE_OCSP_INIT_STRUCT;

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


RSA BSAFE® Cert-C 2.7 API Reference