RSA Security logo

RSA BSAFE Cert-C
API Reference

OCSP_ACCEPTABLE_RESPONSES Reference

Defines OCSP acceptable response types.

This structure is an input parameter to C_SetExtensionValue() to convey the list of acceptable responses.

Data Fields
numTypes The number of elements in the array pointed to by type.
type An array (or allocated block) of acceptable OCSP responses. Each element contains the DER encoding of the OID value octets for an OCSP acceptable response type. It should not contain the leading type (0x06) or the length octets.

#include <certext.h>

02732 typedef struct OCSP_ACCEPTABLE_RESPONSES {
02733   unsigned int numTypes;
02734   ITEM         *type;        /* OID of the acceptable response W/O the leading type (0x06) and length octet(s) */
02735 } OCSP_ACCEPTABLE_RESPONSES;

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


RSA BSAFE® Cert-C 2.7 API Reference