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

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyExemptionMechanismSpi.java 125 public class tmp1Key implements Key {
127 public tmp1Key(String alg, byte[] enc) {
131 return "tmp1Key";
134 return "tmp1Key";
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismSpiTest.java 128 key = ((MyExemptionMechanismSpi)emSpi).new tmp1Key("Proba", new byte[0]);

Completed in 298 milliseconds