Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
DHapUtils.java127 String profileType = resultPair.getSecond(); in getAppIdentifier() local
146 String profileType = null; in parseAppIdentifier() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java63 private static void checkOwnerID(byte[] signature, String profileOwnerID, String profileType) in checkOwnerID()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java628 String profileType = profileJson.get(profileTypeKey).getAsString(); in checkProfileInfo() local