Searched refs:getCertListFromFile (Results 1 – 2 of 2) sorted by relevance
86 …public static List<X509Certificate> getCertListFromFile(String certsFile) throws IOException, Cert… in getCertListFromFile() method in CertificateUtils
757 return CertificateUtils.getCertListFromFile(certChianFile); in getCertificateChainFromFile()