Home
last modified time | relevance | path

Searched defs:hnp (Results 1 – 1 of 1) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DCodeSigning.java309 try (JarFile hnp = new JarFile(tempHnp, false)) { in signHnpLibs()
343 private List<JarEntry> getHnpLibEntries(JarFile hnp) throws IOException { in getHnpLibEntries()