| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
PKCS10_OBJ.
This structure allows viewing and updating information in an opaque PKCS10_OBJ object by calling C_GetPKCS10Fields() and C_SetPKCS10Fields(). It holds the information necessary to create a PCKS #10 certificate request message.
#include <pkcs10.h>
typedef struct {
UINT2 version;
NAME_OBJ subjectName;
ITEM publicKey;
ATTRIBUTES_OBJ attribute;
POINTER reserved;
} PKCS10_FIELDS;
Data Fields | |
| UINT2 | version |
A UINT2 value that identifies the PKCS #10 version. More... | |
| NAME_OBJ | subjectName |
A NAME_OBJ object that contains the subject name for the certificate to be requested. | |
| ITEM | publicKey |
An ITEM structure that holds a pointer to the DER-encoding of the subject's public key, obtained using C_GetPKCS10Fields(). More... | |
| ATTRIBUTES_OBJ | attribute |
An ATTRIBUTES_OBJ object that contains additional information about the subject of the certificate request. More... | |
| POINTER | reserved |
Set this field to NULL_PTR.Reserved for future use. | |
|
|
An |
|
|
An |
|
|
A |