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.java142 String profileType = resultPair.getSecond(); in getAppIdentifier() local
161 String profileType = null; in parseAppIdentifier() local
212 JsonPrimitive profileType = profileJson.getAsJsonPrimitive(profileTypeKey); in getPublicHnpOwnerId() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java69 private static void checkOwnerID(byte[] signature, String profileOwnerID, String profileType) in checkOwnerID()
79 …private static void checkHnpOwnerID(byte[] signature, String profileOwnerID, String profileType, S… in checkHnpOwnerID()
93 private static void checkSignatureOwnerID(String ownerID, byte[] signature, String profileType) in checkSignatureOwnerID()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java626 String profileType = profileJson.get(profileTypeKey).getAsString(); in checkProfileInfo() local