Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java755 private List<X509Certificate> getCertificateChainFromFile(String certChianFile) { in getCertificateChainFromFile() argument
757 return CertificateUtils.getCertListFromFile(certChianFile); in getCertificateChainFromFile()