OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpath2
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java
71
CertPath
cpath2
= TestCertUtils.genCertPath(5, 3);
local
72
CodeSigner four = new CodeSigner(
cpath2
, null);
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java
88
CertPath
cpath2
= TestCertUtils.genCertPath(5, 3);
local
89
CodeSigner four = new CodeSigner(
cpath2
, null);
Completed in 103 milliseconds