| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
It allows the certificate issuer to specify a different validity period for the private key than for the certificate. The default criticality for this extension is NON_CRITICAL. A certificate can have only one Private Key Usage Period extension at a time. Use this structure with C_AddExtensionValue() and C_GetExtensionValue().
#include <certext.h>
typedef struct PRIVATE_KEY_USAGE_PERIOD { GENERALIZED_TIME start; GENERALIZED_TIME end; } PRIVATE_KEY_USAGE_PERIOD;
Data Fields | |
| GENERALIZED_TIME | start |
A GENERALIZED_TIME structure that specifies the time when the private key validity starts. More... | |
| GENERALIZED_TIME | end |
A GENERALIZED_TIME structure that specifies the time when the private key validity ends. More... | |
|
|
A |
|
|
A |