6 Star 2 Fork 82

OpenHarmony/security_certificate_framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 2.48 KB
一键复制 编辑 原始数据 按行查看 历史
王静 提交于 2024-10-10 19:30 . SASDK规范整改
{
"name": "@ohos/certificate_framework",
"version": "4.0",
"description": "Openharmony's certificate framework.",
"publishAs": "code-segment",
"segment": {
"destPath": "base/security/certificate_framework"
},
"dirs": {},
"scripts": {},
"author": {},
"repository": "",
"license": "Apache License 2.0",
"component": {
"name": "certificate_framework",
"subsystem": "security",
"syscap": [ "SystemCapability.Security.Cert" ],
"features": [ "certificate_framework_enabled" ],
"adapted_system_type": [ "standard" ],
"rom": "1024KB",
"ram": "5120KB",
"deps": {
"components": [
"c_utils",
"crypto_framework",
"hilog",
"napi",
"openssl"
],
"third_party": [
]
},
"build": {
"sub_component": [
"//base/security/certificate_framework:certificate_framework_component"
],
"inner_kits": [
{
"name": "//base/security/certificate_framework/frameworks/core:certificate_framework_core",
"header": {
"header_files": [
"certificate/cert_chain_validator.h",
"certificate/certificate.h",
"certificate/crl.h",
"certificate/cert_crl_collection.h",
"certificate/x509_cert_match_parameters.h",
"certificate/x509_crl_match_parameters.h",
"certificate/x509_certificate.h",
"certificate/x509_cert_chain.h",
"certificate/x509_distinguished_name.h",
"certificate/x509_trust_anchor.h",
"certificate/x509_cert_chain_validate_params.h",
"certificate/x509_cert_chain_validate_result.h",
"certificate/x509_crl_entry.h",
"certificate/x509_crl.h",
"certificate/cert_crl_common.h",
"common/cf_blob.h",
"common/cf_object_base.h",
"common/cf_result.h",
"include/cf_api.h",
"include/cf_param.h",
"include/cf_type.h"
],
"header_base": "//base/security/certificate_framework/interfaces/inner_api"
}
}
],
"test": [
"//base/security/certificate_framework:certificate_framework_test",
"//base/security/certificate_framework:certificate_framework_fuzztest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/security_certificate_framework.git
git@gitee.com:openharmony/security_certificate_framework.git
openharmony
security_certificate_framework
security_certificate_framework
master

搜索帮助