Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DX509CertChainBuildingTest.java82 private X509Certificate leaf1; field in X509CertChainBuildingTest
93 leaf1 = loadCertificate("leaf1.pem"); in setUp()
102 assertExactPath(new X509Certificate[] {leaf1, rootA}, in testBasicChain()
103 new X509Certificate[] {leaf1}, in testBasicChain()
108 assertNoPath(new X509Certificate[] {leaf1, rootA}, new X509Certificate[] {rootB}); in testCrossSign()
110 assertExactPath(new X509Certificate[] {leaf1, rootAtoB, rootB}, in testCrossSign()
111 new X509Certificate[] {leaf1, rootAtoB}, in testCrossSign()
114 assertExactPath(new X509Certificate[] {leaf1, rootAtoB, rootB}, in testCrossSign()
115 new X509Certificate[] {leaf1, rootA, rootAtoB}, in testCrossSign()
122 assertNoPath(new X509Certificate[] {leaf1, rootAtoB, rootBtoA, rootA, rootB}, in testUntrustedLoop()
[all …]
/cts/tests/tests/security/
Dpath_building_certs.go29 leaf1 := certutil.NewEntity("Leaf")
40 a.SignToPEM(leaf1, filepath.Join(outdir, "leaf1"))
/cts/tools/utils/
Dcertificates.py86 leaf1 = Certificate.create("Leaf", a) variable
97 leaf1.save_cert_to_file("leaf1.pem")