Function verifySCTsForCertificate

  • Verify SignedCertificateTimestamp for specific certificate content

    Returns

    Array of verification results

    Parameters

    • certificate: Certificate

      Certificate for which verification would be performed

    • issuerCertificate: Certificate

      Certificate of the issuer of target certificate

    • logs: Log[]

      Array of objects with information about each CT Log (like here: https://ct.grahamedgecombe.com/logs.json)

    • index: number = ...

      Index of SignedCertificateTimestamp inside SignedCertificateTimestampList (for -1 would verify all)

    • crypto: ICryptoEngine = ...

      Crypto engine

    Returns Promise<boolean[]>

Generated using TypeDoc