Searched refs:myCertPath (Results 1 - 2 of 2) sorted by relevance

/external/apache-harmony/security/src/test/api/java.injected/java/security/cert/
H A DmyCertPath.java32 public class myCertPath extends CertPath { class in inherits:CertPath
50 protected myCertPath(String s) { method in class:myCertPath
55 return new myCertPath(s);
58 public myCertPath(String s, String s1) { method in class:myCertPath
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathValidatorExceptionTest.java283 myCertPath mcp = new myCertPath("X.509", "");
311 myCertPath mcp = new myCertPath("X.509", "");
343 class myCertPath extends CertPath { class in class:CertPathValidatorExceptionTest
361 protected myCertPath(String s) { method in class:CertPathValidatorExceptionTest.myCertPath
366 return new myCertPath(s);
369 public myCertPath(String s, String s1) { method in class:CertPathValidatorExceptionTest.myCertPath

Completed in 72 milliseconds