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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCryptoPermissions.java145 CryptoPermission cryptoPerm = (CryptoPermission)permission;
147 getPermissionCollection(cryptoPerm);
148 pc.add(cryptoPerm);
149 String alg = cryptoPerm.getAlgorithm();
169 CryptoPermission cryptoPerm = (CryptoPermission)permission;
172 getPermissionCollection(cryptoPerm.getAlgorithm());
173 return pc.implies(cryptoPerm);
420 * @param cryptoPerm the CryptoPermission object.
423 CryptoPermission cryptoPerm) {
425 String alg = cryptoPerm
422 getPermissionCollection( CryptoPermission cryptoPerm) argument
[all...]
H A DCipher.java207 private CryptoPermission cryptoPerm; field in class:Cipher
258 this.cryptoPerm = CryptoAllPermission.INSTANCE;
271 this.cryptoPerm = CryptoAllPermission.INSTANCE;
681 cryptoPerm = CryptoAllPermission.INSTANCE;
685 cryptoPerm = getConfiguredPermission(transformation);
687 String exmechName = cryptoPerm.getExemptionMechanism();
999 if (cryptoPerm == CryptoAllPermission.INSTANCE) {
1019 if (cryptoPerm == CryptoAllPermission.INSTANCE) {
1034 if (cryptoPerm == CryptoAllPermission.INSTANCE) {
1051 String em = cryptoPerm
[all...]

Completed in 495 milliseconds