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

/libcore/luni/src/main/java/javax/crypto/
H A DExemptionMechanism.java62 * @param exmechSpi
69 protected ExemptionMechanism(ExemptionMechanismSpi exmechSpi, argument
72 this.spiImpl = exmechSpi;
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DExemptionMechanismTest.java178 protected Mock_ExemptionMechanism(ExemptionMechanismSpi exmechSpi, Provider provider, String mechanism) { argument
179 super(exmechSpi, provider, mechanism);

Completed in 219 milliseconds