Home
last modified time | relevance | path

Searched refs:getCertListFromFile (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DCertificateUtils.java86 …public static List<X509Certificate> getCertListFromFile(String certsFile) throws IOException, Cert… in getCertListFromFile() method in CertificateUtils
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java757 return CertificateUtils.getCertListFromFile(certChianFile); in getCertificateChainFromFile()