Private key usage period extension giving the interval when the key is valid.
Declared in <openssl/x509v3.h>
struct PKEY_USAGE_PERIOD_st;
| Name | Description |
|---|---|
notAfter | End of the private key usage interval, or NULL if unset. |
notBefore | Start of the private key usage interval, or NULL if unset. |