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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DExemptionMechanism.java51 public class ExemptionMechanism { class
62 // Flag which indicates whether this ExemptionMechanism
73 * Creates a ExemptionMechanism object.
79 protected ExemptionMechanism(ExemptionMechanismSpi exmechSpi, method in class:ExemptionMechanism
89 * <code>ExemptionMechanism</code> object.
93 * <code>ExemptionMechanism</code> object.
96 * <code>ExemptionMechanism</code> object.
103 * Returns an <code>ExemptionMechanism</code> object that implements the
108 * A new ExemptionMechanism object encapsulating the
117 * See the ExemptionMechanism sectio
[all...]
H A DJceSecurityManager.java181 ExemptionMechanism.getInstance(cp.getExemptionMechanism());
H A DCipher.java210 private ExemptionMechanism exmech;
689 exmech = ExemptionMechanism.getInstance(exmechName);
989 public final ExemptionMechanism getExemptionMechanism() {

Completed in 42 milliseconds