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

/libcore/ojluni/src/main/java/java/util/jar/
H A DJarVerifier.java549 private CodeSource[] mapSignersToCodeSources(URL url, List signers, boolean unsigned) { method in class:JarVerifier
577 CodeSource[] sources = mapSignersToCodeSources(cs.getLocation(), getJarCodeSigners(), true);
877 return mapSignersToCodeSources(url, getJarCodeSigners(), hasUnsigned);

Completed in 90 milliseconds