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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCryptoPermission.java56 private String exemptionMechanism = null; field in class:CryptoPermission
130 * @param exemptionMechanism the name of the exemption mechanism.
133 String exemptionMechanism) {
136 this.exemptionMechanism = exemptionMechanism;
151 * @param exemptionMechanism the name of the exemption
156 String exemptionMechanism) {
159 this.exemptionMechanism = exemptionMechanism;
180 * @param exemptionMechanism th
132 CryptoPermission(String alg, String exemptionMechanism) argument
154 CryptoPermission(String alg, int maxKeySize, String exemptionMechanism) argument
183 CryptoPermission(String alg, int maxKeySize, AlgorithmParameterSpec algParamSpec, String exemptionMechanism) argument
390 impliesExemptionMechanism(String exemptionMechanism) argument
[all...]
H A DCryptoPolicyParser.java218 e.exemptionMechanism = match("quoted string").toUpperCase(ENGLISH);
225 if (!isConsistent(e.alg, e.exemptionMechanism, processedPermissions)) {
477 pe.exemptionMechanism));
482 pe.exemptionMechanism));
495 String exemptionMechanism,
498 exemptionMechanism == null ? "none" : exemptionMechanism;
614 String exemptionMechanism; field in class:CryptoPolicyParser.CryptoPermissionEntry
623 exemptionMechanism = null;
635 if (exemptionMechanism !
494 isConsistent(String alg, String exemptionMechanism, Hashtable processedPermissions) argument
[all...]

Completed in 299 milliseconds