Home
last modified time | relevance | path

Searched refs:ocspResponderURI (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/certificate_framework/interfaces/innerkits/certificate/
H A Dx509_cert_chain_validate_params.h64 CfBlob *ocspResponderURI; member
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_cert_chain_validate_params.cpp265 out->ocspResponderURI = CertGetBlobFromStringJSParams(env, obj); in GetRevocationDetail()
266 if (out->ocspResponderURI == nullptr) { in GetRevocationDetail()
312 CfBlobFree(&param->ocspResponderURI); in FreeHcfRevocationCheckParam()
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_cert_chain_test_part2.cpp106 CfBlob *ocspResponderURI = NULL, CfBlob *crlDownloadURI = NULL, in ConstructHcfRevocationCheckParam() argument
143 param->ocspResponderURI = ocspResponderURI; in ConstructHcfRevocationCheckParam()
/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/
H A Dx509certchain_fuzzer.cpp248 CfBlob *ocspResponderURI = NULL, CfBlob *crlDownloadURI = NULL, in ConstructHcfRevocationCheckParam1() argument
287 param->ocspResponderURI = ocspResponderURI; in ConstructHcfRevocationCheckParam1()
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl.c1025 … if (params->revo->ocspResponderURI == NULL || params->revo->ocspResponderURI->data == NULL) { in GetOcspUrl()
1030 char *urlValiable = (url == NULL) ? (char *)(params->revo->ocspResponderURI->data) : url; in GetOcspUrl()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-device-certificate-kit/
H A Djs-apis-cert.md338 | ocspResponderURI | string | 否 | 表示用于OCSP请求的备选服务器URL地址,支持HTTP/HTTPS,具体配置由与服务器协商决定。 |
/ohos5.0/docs/en/application-dev/reference/apis-device-certificate-kit/
H A Djs-apis-cert.md338 | ocspResponderURI | string | No | URL of the alternative server used to send OCSP requests. HTTP …