Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/jar/
DJarVerifier.java567 …private CodeSource[] mapSignersToCodeSources(URL url, List<CodeSigner[]> signers, boolean unsigned… in mapSignersToCodeSources() method in JarVerifier
595 CodeSource[] sources = mapSignersToCodeSources(cs.getLocation(), getJarCodeSigners(), true); in findMatchingSigners()
882 return mapSignersToCodeSources(url, getJarCodeSigners(), hasUnsigned);