Home
last modified time | relevance | path

Searched defs:profileOwnerID (Results 1 – 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/utils/
Dcms_utils_test.cpp61 const std::string profileOwnerID; variable
82 const std::string profileOwnerID = "xxx"; variable
103 const std::string profileOwnerID; variable
124 const std::string profileOwnerID = "007"; variable
/developtools/hapsigner/hapsigntool_cpp/codesigning/utils/src/
Dcms_utils.cpp42 bool CmsUtils::CheckOwnerID(const std::string& signature, const std::string& profileOwnerID, in CheckOwnerID()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java69 private static void checkOwnerID(byte[] signature, String profileOwnerID, String profileType) in checkOwnerID()
79 …private static void checkHnpOwnerID(byte[] signature, String profileOwnerID, String profileType, S… in checkHnpOwnerID()