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

/openjdk9/jdk/src/java.base/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.java220 e.exemptionMechanism = match("quoted string").toUpperCase(ENGLISH);
227 if (!isConsistent(e.alg, e.exemptionMechanism, processedPermissions)) {
479 pe.exemptionMechanism));
484 pe.exemptionMechanism));
496 private boolean isConsistent(String alg, String exemptionMechanism, argument
499 exemptionMechanism == null ? "none" : exemptionMechanism;
613 String exemptionMechanism; field in class:CryptoPolicyParser.CryptoPermissionEntry
622 exemptionMechanism = null;
634 if (exemptionMechanism !
[all...]

Completed in 83 milliseconds