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 D | KeyPairTools.java | 97 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 D | FileUtils.java | 266 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 D | CertUtils.java | 281 ValidateUtils.throwIfNotMatches(matcher.matches(), ERROR.NOT_SUPPORT_ERROR, "Not Support " + signAlgorithm); in createFixedContentSigner()
|
/developtools/hapsigner/hapsigntool_cpp/common/include/ |
H A D | signature_tools_errno.h | 34 * 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 D | ERROR.java | 49 * 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 D | CertBuilder.java | 103 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 D | bc_signeddata_generator.cpp | 122 return NOT_SUPPORT_ERROR; in GetSigAlg()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntool/ |
H A D | HapSignTool.java | 301 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 D | cmd_util.cpp | 232 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 D | params_run_tool.cpp | 137 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 D | CmdUtil.java | 176 CustomException.throwException(ERROR.NOT_SUPPORT_ERROR, in judgeEndSignAlgType()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/adapter/ |
H A D | LocalizationAdapter.java | 221 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 D | sign_provider.cpp | 813 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 D | file_utils.cpp | 71 PrintErrorNumberMsg("NOT_SUPPORT_ERROR", NOT_SUPPORT_ERROR, "Not support file: " + filePath); in ValidFileType()
|
/developtools/hapsigner/hapsigntool_cpp/api/src/ |
H A D | sign_tool_service_impl.cpp | 691 PrintErrorNumberMsg("NOT_SUPPORT_ERROR", NOT_SUPPORT_ERROR, "Unsupported inForm!"); in VerifyHapSigner()
|
Completed in 19 milliseconds