Class VerificationResult

java.lang.Object
org.conscrypt.ct.VerificationResult

@Internal public class VerificationResult extends Object
Container for verified SignedCertificateTimestamp. getValidSCTs returns SCTs which were found to match a known log and for which the signature has been verified. There is no guarantee on the state of the log (e.g., getLogInfo.getState() may return STATE_UNKNOWN). Further verification on the compliance with the policy is performed in PolicyImpl.
  • Constructor Details

    • VerificationResult

      public VerificationResult()
  • Method Details

    • add

      public void add(VerifiedSCT result)
    • getValidSCTs

      public List<VerifiedSCT> getValidSCTs()
    • getInvalidSCTs

      public List<VerifiedSCT> getInvalidSCTs()
    • numCertSCTs

      public int numCertSCTs()
    • numOCSPSCTs

      public int numOCSPSCTs()
    • numTlsSCTs

      public int numTlsSCTs()