Searched defs:ExemptionMechanism (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/javax/crypto/
H A DExemptionMechanism.java36 public class ExemptionMechanism { class
39 private static final Engine ENGINE = new Engine("ExemptionMechanism");
60 * Creates a {@code ExemptionMechanism} instance.
69 protected ExemptionMechanism(ExemptionMechanismSpi exmechSpi, method in class:ExemptionMechanism
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)
104 return new ExemptionMechanism((ExemptionMechanismSp
[all...]

Completed in 13 milliseconds