Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface Protocol.Network.SignedCertificateTimestamp
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SignedCertificateTimestamp } = Protocol.Network;

Details of a signed certificate timestamp (SCT).

Properties

status: string

Validation status.

origin: string

Origin.

logDescription: string

Log name / description.

logId: string

Log ID.

timestamp: number

Issuance date. Unlike TimeSinceEpoch, this contains the number of milliseconds since January 1, 1970, UTC, not the number of seconds.

hashAlgorithm: string

Hash algorithm.

signatureAlgorithm: string

Signature algorithm.

signatureData: string

Signature data.