Uses of Class
org.conscrypt.ct.CTVerificationResult
-
Packages that use CTVerificationResult Package Description org.conscrypt.ct -
-
Uses of CTVerificationResult in org.conscrypt.ct
Methods in org.conscrypt.ct that return CTVerificationResult Modifier and Type Method Description CTVerificationResultCTVerifier. verifySignedCertificateTimestamps(List<X509Certificate> chain, byte[] tlsData, byte[] ocspData)CTVerificationResultCTVerifier. verifySignedCertificateTimestamps(OpenSSLX509Certificate[] chain, byte[] tlsData, byte[] ocspData)Verify a certificate chain for transparency.Methods in org.conscrypt.ct with parameters of type CTVerificationResult Modifier and Type Method Description booleanCTPolicy. doesResultConformToPolicy(CTVerificationResult result, String hostname, X509Certificate[] chain)
-