Uses of Class
org.conscrypt.ct.CTVerificationResult
Packages that use CTVerificationResult
-
Uses of CTVerificationResult in org.conscrypt.ct
Methods in org.conscrypt.ct that return CTVerificationResultModifier and TypeMethodDescriptionCTVerifier.verifySignedCertificateTimestamps
(List<X509Certificate> chain, byte[] tlsData, byte[] ocspData) CTVerifier.verifySignedCertificateTimestamps
(OpenSSLX509Certificate[] chain, byte[] tlsData, byte[] ocspData) Verify a certificate chain for transparency.Methods in org.conscrypt.ct with parameters of type CTVerificationResultModifier and TypeMethodDescriptionboolean
CTPolicy.doesResultConformToPolicy
(CTVerificationResult result, String hostname, X509Certificate[] chain) private void
CTVerifier.markSCTsAsInvalid
(List<SignedCertificateTimestamp> scts, CTVerificationResult result) Add every SCT inscts
toresult
with INVALID_SCT as statusprivate void
CTVerifier.verifyEmbeddedSCTs
(List<SignedCertificateTimestamp> scts, OpenSSLX509Certificate[] chain, CTVerificationResult result) Verify a list of SCTs which were embedded from an X509 certificate.private void
CTVerifier.verifyExternalSCTs
(List<SignedCertificateTimestamp> scts, OpenSSLX509Certificate leaf, CTVerificationResult result) Verify a list of SCTs which were not embedded in an X509 certificate, that is received through the TLS or OCSP extensions.