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

  /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
MyExemptionMechanismSpi.java 123 public class tmp1Key implements Key {
126 public tmp1Key(String alg, byte[] enc) {
131 return "tmp1Key";
135 return "tmp1Key";
  /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";
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
ExemptionMechanismSpiTest.java 83 key = ((MyExemptionMechanismSpi) emSpi).new tmp1Key("Proba", new byte[0]);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismSpiTest.java 116 key = ((MyExemptionMechanismSpi)emSpi).new tmp1Key("Proba", new byte[0]);

Completed in 343 milliseconds