| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
This structure is an input parameter to C_SetExtensionValue().
#include <certext.h>
typedef struct OCSP_ACCEPTABLE_RESPONSES { unsigned int numTypes; ITEM *type; } OCSP_ACCEPTABLE_RESPONSES;
Data Fields | |
| unsigned int | numTypes |
The number of elements in the array pointed to by type. | |
| ITEM* | type |
| An array (or allocated block) of acceptable OCSP responses. More... | |
|
|
An array (or allocated block) of acceptable OCSP responses. Each element contains the DER encoding of the OID value octets for an acceptable OCSP response type. It should not contain the leading type (0x06) or the length octets. |