Home
last modified time | relevance | path

Searched refs:certsFile (Results 1 – 1 of 1) 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() argument
88 try (FileInputStream fileInputStream = FileUtils.openInputStream(new File(certsFile))) { in getCertListFromFile()