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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DJceSecurityManager.java103 URL callerCodeBase = null;
107 callerCodeBase = JceSecurity.getCodeBase(cls);
108 if (callerCodeBase != null) {
124 CryptoPermissions appPerms = exemptCache.get(callerCodeBase);
128 appPerms = exemptCache.get(callerCodeBase);
130 appPerms = getAppPermissions(callerCodeBase);
131 exemptCache.putIfAbsent(callerCodeBase,
210 private static CryptoPermissions getAppPermissions(URL callerCodeBase) { argument
213 return JceSecurity.verifyExemptJar(callerCodeBase);
234 URL callerCodeBase
[all...]

Completed in 29 milliseconds