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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCryptoPolicyParser.java189 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; field in class:CryptoPolicyParser.CryptoPermissionEntry
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))
[all...]

Completed in 157 milliseconds