Searched refs:tmp1Key (Results 1 - 2 of 2) sorted by relevance

/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
H A DMyExemptionMechanismSpi.java123 public class tmp1Key implements Key { class in class:MyExemptionMechanismSpi
126 public tmp1Key(String alg, byte[] enc) { method in class:MyExemptionMechanismSpi.tmp1Key
131 return "tmp1Key";
135 return "tmp1Key";
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DExemptionMechanismSpiTest.java83 key = ((MyExemptionMechanismSpi) emSpi).new tmp1Key("Proba", new byte[0]);

Completed in 206 milliseconds