Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
DHapUtils.java124 public static String getAppIdentifier(String profileContent) throws ProfileException { in getAppIdentifier() method in HapUtils
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DCodeSigning.java130 …String ownerID = (profileContent == null) ? "DEBUG_LIB_ID" : HapUtils.getAppIdentifier(profileCont… in getElfCodeSignBlock()
186 String ownerID = HapUtils.getAppIdentifier(profileContent); in getCodeSignBlock()