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.java139 public static String getAppIdentifier(String profileContent) throws ProfileException { in getAppIdentifier()
159 …public static Pair<String, String> parseAppIdentifier(String profileContent) throws ProfileExcepti… in parseAppIdentifier()
206 public static String getPublicHnpOwnerId(String profileContent) { in getPublicHnpOwnerId()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DCodeSigning.java112 public byte[] getElfCodeSignBlock(File input, long offset, String inForm, String profileContent) in getElfCodeSignBlock()
166 …public byte[] getCodeSignBlock(File input, long offset, String inForm, String profileContent, Zip … in getCodeSignBlock()
247 …private List<Pair<String, SignInfo>> signNativeHnps(File input, String profileContent, String owne… in signNativeHnps()
DVerifyCodeSignature.java137 …ic boolean verifyElf(File file, long offset, long length, String fileFormat, String profileContent) in verifyElf()
181 …ic boolean verifyHap(File file, long offset, long length, String fileFormat, String profileContent) in verifyHap()
/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.java129 private String profileContent; field in SignProvider