Extremely Popular
Go to Latest
interface puppeteer.Network.SignedCertificateTimestamp
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { SignedCertificateTimestamp } = puppeteer.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.