Searched refs:MyExemptionMechanismSpi (Results 1 - 4 of 4) sorted by relevance

/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DExemptionMechanismTest.java28 import org.apache.harmony.crypto.tests.support.MyExemptionMechanismSpi;
29 import org.apache.harmony.crypto.tests.support.MyExemptionMechanismSpi.tmpKey;
44 private static final String ExemptionMechanismProviderClass = "org.apache.harmony.crypto.tests.support.MyExemptionMechanismSpi";
56 ExemptionMechanismSpi spi = new MyExemptionMechanismSpi();
117 new MyExemptionMechanismSpi(), mProv, defaultAlg) {
120 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]);
130 Key key1 = new MyExemptionMechanismSpi().new tmpKey("Proba",
150 new MyExemptionMechanismSpi(), mProv, defaultAlg) {
153 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]);
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DExemptionMechanismSpiTest.java30 import org.apache.harmony.crypto.tests.support.MyExemptionMechanismSpi;
58 ExemptionMechanismSpi emSpi = new MyExemptionMechanismSpi();
59 int len = MyExemptionMechanismSpi.getLength();
83 key = ((MyExemptionMechanismSpi) emSpi).new tmp1Key("Proba", new byte[0]);
99 key = ((MyExemptionMechanismSpi) emSpi).new tmpKey("Proba", new byte[0]);
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
H A DMyExemptionMechanismSpi.java39 public class MyExemptionMechanismSpi extends ExemptionMechanismSpi { class in inherits:ExemptionMechanismSpi
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DExemptionMechanism_ImplTest.java36 import org.apache.harmony.crypto.tests.support.MyExemptionMechanismSpi;
51 private static final String ExemptionMechanismProviderClass = "org.apache.harmony.crypto.tests.support.MyExemptionMechanismSpi";
87 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]);
89 int len = MyExemptionMechanismSpi.getLength();

Completed in 134 milliseconds