LLSession.GetCARootCerts(certDir.getAbsolutePath(), rootCACertsList);
int size = rootCACertsList.size();
if (LOGGER.isLoggable(Level.CONFIG))
LOGGER.config("Found " + size + " certificates");
for (int j = 0; j < size; j++)
list.add(rootCACertsList.toValue(j));
}
else {
LLValue cert = new LLValue().setString(certEntry);
list.add(cert);
}