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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCryptoPermission.java58 private boolean checkParam = false; // no restriction on param field in class:CryptoPermission
116 this.checkParam = true;
191 this.checkParam = true;
234 if (!impliesParameterSpec(cp.checkParam, cp.algParamSpec)) {
271 if (this.checkParam != that.checkParam) {
292 if (checkParam) retval ^= 100;
351 return checkParam;
406 private boolean impliesParameterSpec(boolean checkParam, argument
408 if ((this.checkParam)
[all...]
H A DCryptoPolicyParser.java274 e.checkParam = true;
472 if (pe.checkParam) {
616 boolean checkParam; field in class:CryptoPolicyParser.CryptoPermissionEntry
624 checkParam = false;
639 if (checkParam) retval ^= 100;
672 if (this.checkParam != that.checkParam) return false;

Completed in 185 milliseconds