Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Network.SignedCertificateTimestamp
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.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: TimeSinceEpoch

Issuance date.

hashAlgorithm: string

Hash algorithm.

signatureAlgorithm: string

Signature algorithm.

signatureData: string

Signature data.