Searched refs:codeBase (Results 1 – 1 of 1) sorted by relevance
155 static CryptoPermissions verifyExemptJar(URL codeBase) throws Exception { in verifyExemptJar() argument156 JarVerifier jv = new JarVerifier(codeBase, true); in verifyExemptJar()166 static void verifyProviderJar(URL codeBase) throws Exception { in verifyProviderJar() argument169 JarVerifier jv = new JarVerifier(codeBase, false); in verifyProviderJar()