Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_cert_chain.cpp607 …napi_value valuePubKey = ConvertBlobToUint8ArrayNapiValue(env, trustAnchorArray->data[i]->CAPubKey… in BuildCreateInstanceByTrustAnchorArray() local
608 if (valuePubKey == nullptr) { in BuildCreateInstanceByTrustAnchorArray()
611 … napi_set_named_property(env, element, CERT_CHAIN_TRUSTANCHOR_TAG_CAPUBKEY.c_str(), valuePubKey); in BuildCreateInstanceByTrustAnchorArray()