| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
EXTENSIONS_OBJ by calling C_GetExtensionInfo().
extnutil.c, myprint.c, and saltname.c.
#include <certext.h>
typedef struct EXTENSION_INFO { unsigned char *type; unsigned int typeLen; unsigned int criticalFlag; unsigned int valueCount; POINTER reserved; } EXTENSION_INFO;
Data Fields | |
| unsigned char* | type |
A pointer to an unsigned char array that specifies the extension type. | |
| unsigned int | typeLen |
An unsigned int value that indicates the length of the extension type. More... | |
| unsigned int | criticalFlag |
An unsigned int value that indicates the extension entry's criticality.. More... | |
| unsigned int | valueCount |
An unsigned int value that indicates the number of value entries in the extension entry's value list. More... | |
| POINTER | reserved |
Set this field to NULL_PTR. More... | |
|
|
An
|
|
|
Set this field to |
|
|
An |
|
|
An
|