Home
last modified time | relevance | path

Searched refs:NOT_SUPPORT_ERROR (Results 1 - 15 of 15) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
H A DKeyPairTools.java97 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, "Not support algorithm: null"); in generateKeyPair()
105 ERROR.NOT_SUPPORT_ERROR, "Algorithm 'RSA' not support size: " + keySize); in generateKeyPair()
108 ERROR.NOT_SUPPORT_ERROR, "Algorithm 'ECC' not support size: " + keySize); in generateKeyPair()
110 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, "Not support algorithm: " + alg); in generateKeyPair()
119 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, e.getMessage()); in generateKeyPair()
H A DFileUtils.java266 ERROR.NOT_SUPPORT_ERROR, "Not support file: " + filePath); in validFileType()
277 ValidateUtils.throwIfNotMatches(isMatches, ERROR.NOT_SUPPORT_ERROR, "Not support file: " + filePath); in validFileType()
H A DCertUtils.java281 ValidateUtils.throwIfNotMatches(matcher.matches(), ERROR.NOT_SUPPORT_ERROR, "Not Support " + signAlgorithm); in createFixedContentSigner()
/developtools/hapsigner/hapsigntool_cpp/common/include/
H A Dsignature_tools_errno.h34 * Enum constant NOT_SUPPORT_ERROR.
36 const int NOT_SUPPORT_ERROR = -104; member
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/error/
H A DERROR.java49 * Enum constant NOT_SUPPORT_ERROR.
51 NOT_SUPPORT_ERROR(105), enum constant
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/cert/
H A DCertBuilder.java103 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, exception.getMessage()); in CertBuilder()
126 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, exception.getMessage()); in withAuthorityKeyIdentifier()
229 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, exception.getMessage()); in build()
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H A Dbc_signeddata_generator.cpp122 return NOT_SUPPORT_ERROR; in GetSigAlg()
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntool/
H A DHapSignTool.java301 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, "inForm params is incorrect"); in runSignApp()
318 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, "profileSigned params is incorrect"); in checkProfile()
351 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, "inForm params must is " + informList); in runVerifyApp()
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H A Dcmd_util.cpp232 PrintErrorNumberMsg("NOT_SUPPORT_ERROR", NOT_SUPPORT_ERROR, "'" + signAlg + "' parameter is incorrect"); in UpdateParamForCheckSignAlg()
248 PrintErrorNumberMsg("NOT_SUPPORT_ERROR", NOT_SUPPORT_ERROR, "parameter '" in UpdateParamForInform()
H A Dparams_run_tool.cpp137 PrintErrorNumberMsg("NOT_SUPPORT_ERROR", NOT_SUPPORT_ERROR, "parameter '" + inForm in RunSignApp()
475 PrintErrorNumberMsg("NOT_SUPPORT_ERROR", NOT_SUPPORT_ERROR, "parameter '" + inForm in RunVerifyApp()
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntoolcmd/
H A DCmdUtil.java176 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, in judgeEndSignAlgType()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/adapter/
H A DLocalizationAdapter.java221 ERROR.NOT_SUPPORT_ERROR, String.format("Profile cert '%s' must a cert chain", certPath) in getSignCertChain()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp813 PrintErrorNumberMsg("NOT_SUPPORT_ERROR", NOT_SUPPORT_ERROR, "Unsupported profile type!"); in CheckProfileInfo()
814 return NOT_SUPPORT_ERROR; in CheckProfileInfo()
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dfile_utils.cpp71 PrintErrorNumberMsg("NOT_SUPPORT_ERROR", NOT_SUPPORT_ERROR, "Not support file: " + filePath); in ValidFileType()
/developtools/hapsigner/hapsigntool_cpp/api/src/
H A Dsign_tool_service_impl.cpp691 PrintErrorNumberMsg("NOT_SUPPORT_ERROR", NOT_SUPPORT_ERROR, "Unsupported inForm!"); in VerifyHapSigner()

Completed in 10 milliseconds