Home
last modified time | relevance | path

Searched refs:leaf1 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DX509CertChainBuildingTest.java81 private X509Certificate leaf1; field in X509CertChainBuildingTest
92 leaf1 = loadCertificate("leaf1.pem"); in setUp()
101 assertExactPath(new X509Certificate[] {leaf1, rootA}, in testBasicChain()
102 new X509Certificate[] {leaf1}, in testBasicChain()
107 assertNoPath(new X509Certificate[] {leaf1, rootA}, new X509Certificate[] {rootB}); in testCrossSign()
109 assertExactPath(new X509Certificate[] {leaf1, rootAtoB, rootB}, in testCrossSign()
110 new X509Certificate[] {leaf1, rootAtoB}, in testCrossSign()
113 assertExactPath(new X509Certificate[] {leaf1, rootAtoB, rootB}, in testCrossSign()
114 new X509Certificate[] {leaf1, rootA, rootAtoB}, in testCrossSign()
121 assertNoPath(new X509Certificate[] {leaf1, rootAtoB, rootBtoA, rootA, rootB}, in testUntrustedLoop()
[all …]
/cts/tools/utils/
Dcertificates.py86 leaf1 = Certificate.create("Leaf", a) variable
97 leaf1.save_cert_to_file("leaf1.pem")