Home
last modified time | relevance | path

Searched refs:REVOCATION_CHECK_OPTION_ACCESS_NETWORK (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/certificate_framework/interfaces/innerkits/certificate/
H A Dx509_cert_chain_validate_params.h34 REVOCATION_CHECK_OPTION_ACCESS_NETWORK = 1, enumerator
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_cert_chain_validate_params.cpp205 case REVOCATION_CHECK_OPTION_ACCESS_NETWORK: in GetRevocationOptions()
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_cert_chain_test_part2.cpp398 HcfRevChkOption data[] = { REVOCATION_CHECK_OPTION_ACCESS_NETWORK };
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl.c1368 …f (ContainsOption(params->revocationCheckParam->options, REVOCATION_CHECK_OPTION_ACCESS_NETWORK)) { in ValidateRevocation()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-device-certificate-kit/
H A Djs-apis-cert.md291 | REVOCATION_CHECK_OPTION_ACCESS_NETWORK | 1 | 支持通过访问网络获取CRL或OCSP响应进行吊销状态的校验,默认为关闭。 |
/ohos5.0/docs/en/application-dev/reference/apis-device-certificate-kit/
H A Djs-apis-cert.md291 | REVOCATION_CHECK_OPTION_ACCESS_NETWORK | 1 | Obtain the CRL/OCSP response over the network. By de…