Home
last modified time | relevance | path

Searched defs:errorMsg (Results 1 – 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DValidateUtils.java37 …public static void throwIfNotMatches(boolean isMatch, ERROR error, String errorMsg) throws CustomE… in throwIfNotMatches()
50 …public static void throwIfMatches(boolean isMatch, ERROR error, String errorMsg) throws CustomExce… in throwIfMatches()
DCertUtils.java170 …String errorMsg = String.format("Format error, must be \"X=xx,XX=xxx,...\", please check: \"%s\"",… in checkDN() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DVerifyHelper.java97 String errorMsg = "Verify failed, not found cert chain"; in certStoreToCertList() local
115 ValidateUtils.throwIfMatches(certificateList.size() == 0, ERROR.VERIFY_ERROR, errorMsg); in certStoreToCertList() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyAndParseProvision.java49 String errorMsg = "Check input provision file false!"; in verifyAndParseProvision() local
DVerifyHap.java240 String errorMsg = "ZIP64 format not supported!"; in verifyHap() local