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

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator1Test.java 74 AlgorithmParameterGenerator[] apg = new AlgorithmParameterGenerator[3]; local
76 apg[0] = AlgorithmParameterGenerator.getInstance(validAlgName);
77 apg[1] = AlgorithmParameterGenerator.getInstance(validAlgName,
79 apg[2] = AlgorithmParameterGenerator.getInstance(validAlgName,
81 return apg;
123 AlgorithmParameterGenerator apg; local
125 apg = AlgorithmParameterGenerator.getInstance(algs[i]);
126 assertEquals("Incorrect algorithm", apg.getAlgorithm(), algs[i]);
223 AlgorithmParameterGenerator apg; local
225 apg = AlgorithmParameterGenerator.getInstance(algs[i]
294 AlgorithmParameterGenerator apg; local
313 AlgorithmParameterGenerator apg = AlgorithmParameterGenerator local
364 AlgorithmParameterGenerator apg = local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
KeyAgreementThread.java 69 AlgorithmParameterGenerator apg = AlgorithmParameterGenerator.getInstance("DH"); local
70 apg.init(1024, new SecureRandom());
71 AlgorithmParameters ap = apg.generateParameters();
  /external/libxml2/doc/
Makefile.am 179 tutorial/apg.html \

Completed in 122 milliseconds