puppeteer/new-docs/puppeteer.protocol.network.signedcertificatetimestamp.md
2020-07-13 14:01:35 +01:00

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.