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

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DBuilder.java480 static boolean isLocalCertStore(CertStore certStore) { argument
481 return (certStore.getType().equals("Collection") ||
482 certStore.getCertStoreParameters() instanceof

Completed in 26 milliseconds