Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_certificate.cpp318 NapiPubKey *pubKeyClass = new (std::nothrow) NapiPubKey(returnPubKey); in GetPublicKey() local
319 if (pubKeyClass == nullptr) { in GetPublicKey()
325 napi_value instance = pubKeyClass->ConvertToJsPubKey(env); in GetPublicKey()
327 env, instance, pubKeyClass, in GetPublicKey()
329 NapiPubKey *pubKeyClass = static_cast<NapiPubKey *>(data); in GetPublicKey() local
330 CfObjDestroy(pubKeyClass->GetPubKey()); in GetPublicKey()
331 delete pubKeyClass; in GetPublicKey()