| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
CRL_OBJ object via C_GetCRLFields() and C_SetCRLFields().
#include <crlapi.h>
typedef struct CRL_FIELDS { UINT2 version; int signatureAlgorithm; NAME_OBJ issuerName; UINT4 lastUpdate; UINT4 nextUpdate; CRL_ENTRIES_OBJ crlEntries; EXTENSIONS_OBJ crlExtensions; POINTER reserved; } CRL_FIELDS;
Data Fields | |
| UINT2 | version |
A UINT2 value that indicates the CRL version number. More... | |
| int | signatureAlgorithm |
An int value that indicates the algorithm used to sign the CRL. More... | |
| NAME_OBJ | issuerName |
A NAME_OBJ object that contains the CRL issuer's DN. | |
| UINT4 | lastUpdate |
A UINT4 value that indicates the time at which the CRL was last signed. More... | |
| UINT4 | nextUpdate |
A UINT4 value that indicates the time at which the next update of the CRL is expected, that is, the point at which the CRL expires. More... | |
| CRL_ENTRIES_OBJ | crlEntries |
| A CRL_ENTRIES_OBJ object that contains the list of certificate serial numbers and their revocation times. More... | |
| EXTENSIONS_OBJ | crlExtensions |
An EXTENSIONS_OBJ object that contains X.509 v3 extensions for the CRL. More... | |
| POINTER | reserved |
Set this field to NULL_PTR.Reserved for future use. | |
|
|
A CRL_ENTRIES_OBJ object that contains the list of certificate serial numbers and their revocation times. This is where all revocation entries are stored. |
|
|
An |
|
|
A |
|
|
A |
|
|
An
|
|
|
A
|