HomeSort by relevance Sort by last modified time
    Searched refs:mCP (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidator3Test.java 94 MyCertPath mCP = new MyCertPath(new byte[0]);
100 certPV[i].validate(mCP, null);
CertPathValidator2Test.java 234 MyCertPath mCP = new MyCertPath(new byte[0]);
238 certPV.validate(mCP, params);
253 certPV.validate(mCP, null);
CertPathValidator1Test.java 334 MyCertPath mCP = new MyCertPath(new byte[0]);
338 certPV[i].validate(mCP, mPar);
343 certPV[i].validate(mCP, null);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidator3Test.java 105 MyCertPath mCP = new MyCertPath(new byte[0]);
111 certPV[i].validate(mCP, null);
CertPathValidator1Test.java 341 MyCertPath mCP = new MyCertPath(new byte[0]);
345 certPV[i].validate(mCP, mPar);
350 certPV[i].validate(mCP, null);

Completed in 362 milliseconds