Class VerificationResult


  • @Internal
    public class VerificationResult
    extends java.lang.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 Detail

      • VerificationResult

        public VerificationResult()
    • Method Detail

      • getValidSCTs

        public java.util.List<VerifiedSCT> getValidSCTs()
      • getInvalidSCTs

        public java.util.List<VerifiedSCT> getInvalidSCTs()
      • numCertSCTs

        public int numCertSCTs()
      • numOCSPSCTs

        public int numOCSPSCTs()
      • numTlsSCTs

        public int numTlsSCTs()