Home
last modified time | relevance | path

Searched refs:developmentCertificate (Results 1 - 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
H A DBundleInfo.java38 private String developmentCertificate; field in BundleInfo
78 return developmentCertificate; in getDevelopmentCertificate()
81 public void setDevelopmentCertificate(String developmentCertificate) { in setDevelopmentCertificate() argument
82 this.developmentCertificate = developmentCertificate; in setDevelopmentCertificate()
127 ValidateUtils.throwIfMatches(this.developmentCertificate == null, in enforceValid()
/developtools/hapsigner/hapsigntool_cpp/profile/include/
H A Dprofile_info.h45 std::string developmentCertificate; member
/developtools/hapsigner/hapsigntool_cpp/profile/src/
H A Dprofile_verify.cpp142 out.bundleInfo.developmentCertificate); in ParseBundleInfo()
238 if (ReturnIfStringIsEmpty(info.bundleInfo.developmentCertificate, in CheckProfileValidType()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
H A DSignProvider.java558 String developmentCertificate = buildInfoObject.get(developmentCertElememt).getAsString(); in getDevelopmentCertificate()
559 return DigestUtils.decodeBase64ToX509Certifate(developmentCertificate); in getDevelopmentCertificate()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp811 certInProfile = GetCertificate(info.bundleInfo.developmentCertificate); in CheckProfileInfo()

Completed in 5 milliseconds