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

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersTest.java 650 AlgorithmParameters ap = new myAlgP(spi, p, "ABC");
658 ap = new myAlgP(null, null, null);
743 class myAlgP extends AlgorithmParameters {
744 public myAlgP(AlgorithmParametersSpi spi, Provider prov, String alg) {
KeyPairGenerator3Test.java 35 import org.apache.harmony.security.tests.java.security.AlgorithmParametersTest.myAlgP;

Completed in 152 milliseconds