CryptoManagerKmipCertificateInfo
Basic information of a certificate.
{
"_typeName": "string",
"subject": "string",
"issuer": "string",
"serialNumber": "string",
"notBefore": "string",
"notAfter": "string",
"fingerprint": "string",
"checkTime": "string",
"secondsSinceValid": 0,
"secondsBeforeExpire": 0
}
Subject identifies whom the certificate is issued to.
Issuer identifies the party that issued this certificate.
The unique serial number of the certificate given by issuer.
The beginning time of the period of validity.
The ending time of the period of validity.
The SSL SHA1 fingerprint of the certificate.
The timestamp when the state of the certificate is checked.
Total seconds since this certificate has entered valid state.
It is the time difference between "now" and "notBefore". If it is negative value, that means the certificate will become valid in a future time.
Total seconds before this certificate expires.
It is the time difference between "notAfter" and "now". If it is negative value, that means the certificate has already expired.