Lines Matching refs:cryptoPermission
189 e.cryptoPermission = match("permission type");
191 if (e.cryptoPermission.equals("javax.crypto.CryptoAllPermission")) {
468 if (pe.cryptoPermission.equals(
601 * pe = new CryptoPermissionEntry("javax.crypto.cryptoPermission",
612 String cryptoPermission;
633 int retval = cryptoPermission.hashCode();
655 if (this.cryptoPermission == null) {
656 if (that.cryptoPermission != null) return false;
658 if (!this.cryptoPermission.equals(
659 that.cryptoPermission))