Home
last modified time | relevance | path

Searched refs:HAP_SIG_ALGORITHM_SHA512_ECDSA (Results 1 - 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
H A Dparam_constants.cpp24 const std::string ParamConstants::HAP_SIG_ALGORITHM_SHA512_ECDSA = "SHA512withECDSA"; member in OHOS::SignatureTools::ParamConstants
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
H A DParamProcessUtil.java84 } else if (ParamConstants.HAP_SIG_ALGORITHM_SHA512_ECDSA.equalsIgnoreCase(signatureAlgorithm)) { in getSignatureAlgorithm()
/developtools/hapsigner/hapsigntool_cpp/hap/entity/include/
H A Dparam_constants.h32 static const std::string HAP_SIG_ALGORITHM_SHA512_ECDSA; member in OHOS::SignatureTools::ParamConstants
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/entity/
H A DParamConstants.java72 public static final String HAP_SIG_ALGORITHM_SHA512_ECDSA = "SHA512withECDSA"; field in ParamConstants
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
H A DSignProvider.java105 VALID_SIGN_ALG_NAME.add(ParamConstants.HAP_SIG_ALGORITHM_SHA512_ECDSA);
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp39 ParamConstants::HAP_SIG_ALGORITHM_SHA512_ECDSA

Completed in 5 milliseconds