Home
last modified time | relevance | path

Searched refs:OCSP (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Derrorcode-net-networkSecurity.md55 检查网络、确认CRL URI正确、更新CRL文件或使用在线证书状态协议 (OCSP) 进行证书状态检查。
217 更新CRL以获取最新的CRL文件,使用OCSP
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dtls.h78 OCSP, enumerator
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Derrorcode-net-networkSecurity.md55 …rect, update the CRL file, or use the Online Certificate Status Protocol (OCSP) to check the certi…
217 Update the CRL using OCSP to obtain the latest CRL file.
/ohos5.0/docs/zh-cn/application-dev/reference/apis-device-certificate-kit/
H A Djs-apis-cert.md290 | REVOCATION_CHECK_OPTION_PREFER_OCSP | 0 | 优先采用OCSP进行校验,默认采用CRL校验。 |
291 | REVOCATION_CHECK_OPTION_ACCESS_NETWORK | 1 | 支持通过访问网络获取CRL或OCSP响应进行吊销状态的校验,默认为关闭。 |
293 …N_FALLBACK_LOCAL | 3 | 当ACCESS_NETWORK选项打开时有效,如果在线获取CRL和OCSP响应都由于网络的原因导致无法校验证书状态,则采用本地设置的CRL和OCSP响…
337 | ocspRequestExtension | Array\<Uint8Array> | 否 | 表示发送OCSP请求的扩展字段。|
338 | ocspResponderURI | string | 否 | 表示用于OCSP请求的备选服务器URL地址,支持HTTP/HTTPS,具体配置由与服务器协商决定。 |
339 | ocspResponderCert | [X509Cert](#x509cert) | 否 | 表示用于OCSP响应的签名校验的签名证书。 |
340 | ocspResponses | Uint8Array | 否 | 表示用于OCSP服务器响应的备选数据。 |
343 | ocspDigest | string | 否 | 表示OCSP通信时创建证书ID使用的哈希算法。默认为SHA256,支持可配置MD5、SHA1、SHA224、SHA256、SHA384、S…
/ohos5.0/docs/en/application-dev/reference/apis-device-certificate-kit/
H A Djs-apis-cert.md290 | REVOCATION_CHECK_OPTION_PREFER_OCSP | 0 | Use OCSP over CRL (default).|
291 | REVOCATION_CHECK_OPTION_ACCESS_NETWORK | 1 | Obtain the CRL/OCSP response over the network. By de…
293 …ows the locally configured CRL/OCSP response to be used to check the certificate revocation status…
337 | ocspRequestExtension | Array\<Uint8Array> | No | OCSP request extensions.|
338 | ocspResponderURI | string | No | URL of the alternative server used to send OCSP requests. HTTP …
339 …rt](#x509cert) | No | Signing certificate used for verifying the signature of the OCSP response.|
340 | ocspResponses | Uint8Array | No | Alternative OCSP responses.|
343 | ocspDigest | string | No | Hash algorithm used to create a certificate ID during OCSP communicat…