Class VerificationResult
java.lang.Object
org.conscrypt.ct.VerificationResult
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final EnumMap<SignedCertificateTimestamp.Origin, Integer> private final List<VerifiedSCT> private final List<VerifiedSCT> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
validSCTs
-
invalidSCTs
-
count
-
-
Constructor Details
-
VerificationResult
public VerificationResult()
-
-
Method Details
-
add
-
getValidSCTs
-
getInvalidSCTs
-
numCertSCTs
public int numCertSCTs() -
numOCSPSCTs
public int numOCSPSCTs() -
numTlsSCTs
public int numTlsSCTs()
-