Searched defs:loadCRLs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java2033 public static Collection<? extends CRL> loadCRLs(String src) throws Exception { method in class:KeyTool
2106 for (CRL crl: KeyTool.loadCRLs(uriName.getName())) {
2141 for (CRL crl: loadCRLs(src)) {

Completed in 38 milliseconds