Searched refs:leaf1 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/security/src/android/security/cts/ |
D | X509CertChainBuildingTest.java | 83 private X509Certificate leaf1; field in X509CertChainBuildingTest 94 leaf1 = loadCertificate("leaf1.pem"); in setUp() 103 assertExactPath(new X509Certificate[] {leaf1, rootA}, in testBasicChain() 104 new X509Certificate[] {leaf1}, in testBasicChain() 109 assertNoPath(new X509Certificate[] {leaf1, rootA}, new X509Certificate[] {rootB}); in testCrossSign() 111 assertExactPath(new X509Certificate[] {leaf1, rootAtoB, rootB}, in testCrossSign() 112 new X509Certificate[] {leaf1, rootAtoB}, in testCrossSign() 115 assertExactPath(new X509Certificate[] {leaf1, rootAtoB, rootB}, in testCrossSign() 116 new X509Certificate[] {leaf1, rootA, rootAtoB}, in testCrossSign() 123 assertNoPath(new X509Certificate[] {leaf1, rootAtoB, rootBtoA, rootA, rootB}, in testUntrustedLoop() [all …]
|
/cts/tools/utils/ |
D | certificates.py | 86 leaf1 = Certificate.create("Leaf", a) variable 97 leaf1.save_cert_to_file("leaf1.pem")
|