HomeSort by relevance Sort by last modified time
    Searched defs:ExemptionMechanism (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/java/javax/crypto/
ExemptionMechanism.java 36 public class ExemptionMechanism {
39 private static final Engine engine = new Engine("ExemptionMechanism");
60 * Creates a {@code ExemptionMechanism} instance.
69 protected ExemptionMechanism(ExemptionMechanismSpi exmechSpi,
78 * Returns the name of this {@code ExemptionMechanism}.
80 * @return the name of this {@code ExemptionMechanism}.
87 * Returns a new {@code ExemptionMechanism} instance that provides the
92 * @return the new {@code ExemptionMechanism} instance.
98 public static final ExemptionMechanism getInstance(String algorithm)
105 return new ExemptionMechanism((ExemptionMechanismSpi) engine.spi
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 39 import javax.crypto.ExemptionMechanism;
51 @TestTargetClass(ExemptionMechanism.class)
53 * Tests for <code>ExemptionMechanism</code> class constructors and methods
59 private static final String srvExemptionMechanism = "ExemptionMechanism";
66 * Test for <code>ExemptionMechanism</code> constructor
72 method = "ExemptionMechanism",
77 "Provider for ExemptionMechanism testing",
83 ExemptionMechanism em = new ExemptionMechanism(spi, mProv, defaultAlg) {};
97 em = new ExemptionMechanism(null, null, null) {}
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 2000 milliseconds