Home
last modified time | relevance | path

Searched refs:ctVerifier (Results 1 – 5 of 5) sorted by relevance

/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/ct/
DCTVerifierTest.java41 private CTVerifier ctVerifier; field in CTVerifierTest
64 ctVerifier = new CTVerifier(store); in setUp()
73 ctVerifier.verifySignedCertificateTimestamps(chain, null, ocspResponse); in test_verifySignedCertificateTimestamps_withOCSPResponse()
84 ctVerifier.verifySignedCertificateTimestamps(chain, tlsExtension, null); in test_verifySignedCertificateTimestamps_withTLSExtension()
94 ctVerifier.verifySignedCertificateTimestamps(chain, null, null); in test_verifySignedCertificateTimestamps_withEmbeddedExtension()
104 ctVerifier.verifySignedCertificateTimestamps(chain, null, null); in test_verifySignedCertificateTimestamps_withoutTimestamp()
116 ctVerifier.verifySignedCertificateTimestamps(chain, tlsExtension, null); in test_verifySignedCertificateTimestamps_withInvalidSignature()
130 ctVerifier.verifySignedCertificateTimestamps(chain, tlsExtension, null); in test_verifySignedCertificateTimestamps_withUnknownLog()
145 ctVerifier.verifySignedCertificateTimestamps(chain, tlsExtension, null); in test_verifySignedCertificateTimestamps_withInvalidEncoding()
158 ctVerifier.verifySignedCertificateTimestamps(chain, null, ocspResponse); in test_verifySignedCertificateTimestamps_withInvalidOCSPResponse()
[all …]
/external/conscrypt/common/src/test/java/org/conscrypt/ct/
DCTVerifierTest.java37 private CTVerifier ctVerifier; field in CTVerifierTest
60 ctVerifier = new CTVerifier(store); in setUp()
69 ctVerifier.verifySignedCertificateTimestamps(chain, null, ocspResponse); in test_verifySignedCertificateTimestamps_withOCSPResponse()
80 ctVerifier.verifySignedCertificateTimestamps(chain, tlsExtension, null); in test_verifySignedCertificateTimestamps_withTLSExtension()
90 ctVerifier.verifySignedCertificateTimestamps(chain, null, null); in test_verifySignedCertificateTimestamps_withEmbeddedExtension()
100 ctVerifier.verifySignedCertificateTimestamps(chain, null, null); in test_verifySignedCertificateTimestamps_withoutTimestamp()
112 ctVerifier.verifySignedCertificateTimestamps(chain, tlsExtension, null); in test_verifySignedCertificateTimestamps_withInvalidSignature()
126 ctVerifier.verifySignedCertificateTimestamps(chain, tlsExtension, null); in test_verifySignedCertificateTimestamps_withUnknownLog()
141 ctVerifier.verifySignedCertificateTimestamps(chain, tlsExtension, null); in test_verifySignedCertificateTimestamps_withInvalidEncoding()
154 ctVerifier.verifySignedCertificateTimestamps(chain, null, ocspResponse); in test_verifySignedCertificateTimestamps_withInvalidOCSPResponse()
[all …]
/external/conscrypt/common/src/main/java/org/conscrypt/
DTrustManagerImpl.java139 private CTVerifier ctVerifier; field in TrustManagerImpl
174 CTVerifier ctVerifier, CTPolicy ctPolicy) { in TrustManagerImpl() argument
227 this.ctVerifier = new CTVerifier(ctLogStore); in TrustManagerImpl()
729 ctVerifier.verifySignedCertificateTimestamps(chain, tlsData, ocspData); in checkCT()
1015 this.ctVerifier = verifier; in setCTVerifier()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DTrustManagerImpl.java141 private CTVerifier ctVerifier; field in TrustManagerImpl
178 CertBlocklist blocklist, CTLogStore ctLogStore, CTVerifier ctVerifier, in TrustManagerImpl() argument
232 this.ctVerifier = new CTVerifier(ctLogStore); in TrustManagerImpl()
743 ctVerifier.verifySignedCertificateTimestamps(chain, tlsData, ocspData); in checkCT()
1029 this.ctVerifier = verifier; in setCTVerifier()
/external/conscrypt/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt252 Lcom/android/org/conscrypt/TrustManagerImpl;->ctVerifier:Lcom/android/org/conscrypt/ct/CTVerifier;