Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
H A Dnapi_x509_crl_entry.h38 napi_value GetRevocationDate(napi_env env, napi_callback_info info);
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_crl_entry_openssl.c148 static CfResult GetRevocationDate(HcfX509CrlEntry *self, CfBlob *out) in GetRevocationDate() function
388 returnCRLEntry->base.getRevocationDate = GetRevocationDate; in HcfCX509CRLEntryCreate()
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_crl_entry.cpp270 napi_value NapiX509CrlEntry::GetRevocationDate(napi_env env, napi_callback_info info) in GetRevocationDate() function in OHOS::CertFramework::NapiX509CrlEntry
537 return x509CrlEntry->GetRevocationDate(env, info); in NapiGetRevocationDate()