Home
last modified time | relevance | path

Searched defs:profileContent (Results 1 – 6 of 6) 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()
144 …public static Pair<String, String> parseAppIdentifier(String profileContent) throws ProfileExcepti… in parseAppIdentifier()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java114 …ic boolean verifyElf(File file, long offset, long length, String fileFormat, String profileContent) in verifyElf()
158 …ic boolean verifyHap(File file, long offset, long length, String fileFormat, String profileContent) in verifyHap()
DCodeSigning.java117 public byte[] getElfCodeSignBlock(File input, long offset, String inForm, String profileContent) in getElfCodeSignBlock()
168 …public byte[] getCodeSignBlock(File input, long offset, String inForm, String profileContent, Zip … in getCodeSignBlock()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignElf.java252 String profileContent = signParams.get(ParamConstants.PARAM_PROFILE_JSON_CONTENT); in generateCodeSignByte() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyHap.java343 String profileContent = getProfileContent(profileArray); in checkCodeSign() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java125 private String profileContent; field in SignProvider