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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DJceSecurityManager.java124 CryptoPermissions appPerms = exemptCache.get(callerCodeBase);
125 if (appPerms == null) {
128 appPerms = exemptCache.get(callerCodeBase);
129 if (appPerms == null) {
130 appPerms = getAppPermissions(callerCodeBase);
132 (appPerms == null? CACHE_NULL_MARK:appPerms));
136 if (appPerms == null || appPerms == CACHE_NULL_MARK) {
141 if (appPerms
[all...]
H A DJarVerifier.java50 private CryptoPermissions appPerms = null; field in class:JarVerifier
115 appPerms = new CryptoPermissions();
116 appPerms.load(jf.getInputStream(je));
155 return appPerms;

Completed in 241 milliseconds