sct.d.ts 271 B

1234
  1. import { X509Certificate } from '@sigstore/core';
  2. import type { TLogAuthority } from '../trust';
  3. export type VerifiedSCTProvider = Buffer;
  4. export declare function verifySCTs(cert: X509Certificate, issuer: X509Certificate, ctlogs: TLogAuthority[]): VerifiedSCTProvider[];