Home
last modified time | relevance | path

Searched refs:codeBase (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
DJceSecurity.java155 static CryptoPermissions verifyExemptJar(URL codeBase) throws Exception { in verifyExemptJar() argument
156 JarVerifier jv = new JarVerifier(codeBase, true); in verifyExemptJar()
166 static void verifyProviderJar(URL codeBase) throws Exception { in verifyProviderJar() argument
169 JarVerifier jv = new JarVerifier(codeBase, false); in verifyProviderJar()