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)