Name
|
Type
|
Description
|
checkTime | xsd:dateTime |
The timestamp when the state of the certificate is checked.
|
fingerprint | xsd:string |
The SSL SHA1 fingerprint of the certificate.
|
issuer | xsd:string |
Issuer identifies the party that issued this certificate.
|
notAfter | xsd:dateTime |
The ending time of the period of validity.
|
notBefore | xsd:dateTime |
The beginning time of the period of validity.
|
secondsBeforeExpire | xsd:int |
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.
|
secondsSinceValid | xsd:int |
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.
|
serialNumber | xsd:string |
The unique serial number of the certificate given by issuer.
|
subject | xsd:string |
Subject identifies whom the certificate is issued to.
|
Properties inherited from DynamicData |
None |