mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.6 KiB
1.6 KiB
Home > puppeteer > Protocol > Network > SignedCertificateTimestamp
Protocol.Network.SignedCertificateTimestamp interface
Details of a signed certificate timestamp (SCT).
Signature:
export interface SignedCertificateTimestamp
Properties
Property | Type | Description |
---|---|---|
hashAlgorithm | string | Hash algorithm. |
logDescription | string | Log name / description. |
logId | string | Log ID. |
origin | string | Origin. |
signatureAlgorithm | string | Signature algorithm. |
signatureData | string | Signature data. |
status | string | Validation status. |
timestamp | TimeSinceEpoch | Issuance date. |