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 TypeMethodDescriptionbooleanCTPolicy.doesResultConformToPolicy(CTVerificationResult result, String hostname, X509Certificate[] chain) private voidCTVerifier.markSCTsAsInvalid(List<SignedCertificateTimestamp> scts, CTVerificationResult result) Add every SCT insctstoresultwith INVALID_SCT as statusprivate voidCTVerifier.verifyEmbeddedSCTs(List<SignedCertificateTimestamp> scts, OpenSSLX509Certificate[] chain, CTVerificationResult result) Verify a list of SCTs which were embedded from an X509 certificate.private voidCTVerifier.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.