Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_certificate_init.cpp177 napi_value revocationCheckOptions = nullptr; in CreateRevocationCheckOptions() local
178 napi_create_object(env, &revocationCheckOptions); in CreateRevocationCheckOptions()
181 …env, revocationCheckOptions, "REVOCATION_CHECK_OPTION_PREFER_OCSP", CF_REVOCATION_CHECK_OPTION_PRE… in CreateRevocationCheckOptions()
182 CertAddUint32Property(env, revocationCheckOptions, "REVOCATION_CHECK_OPTION_ACCESS_NETWORK", in CreateRevocationCheckOptions()
184 CertAddUint32Property(env, revocationCheckOptions, "REVOCATION_CHECK_OPTION_FALLBACK_NO_PREFER", in CreateRevocationCheckOptions()
186 CertAddUint32Property(env, revocationCheckOptions, "REVOCATION_CHECK_OPTION_FALLBACK_LOCAL", in CreateRevocationCheckOptions()
189 return revocationCheckOptions; in CreateRevocationCheckOptions()