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

/openjdk7/jdk/src/share/classes/java/security/
H A DCodeSource.java156 return matchCerts(cs, true);
306 return matchCerts(codesource, false) && matchLocation(codesource);
317 private boolean matchCerts(CodeSource that, boolean strict) method in class:CodeSource

Completed in 30 milliseconds