Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/include/
H A Dconnect_context.h80 Secure::SecureChar clientKey_; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dconnect_context.cpp175 key = clientKey_; in GetClientCert()
182 clientKey_ = key; in SetClientCert()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
H A Dwebsocket_exec.cpp713 … if (!CheckFilePath(context->clientCert_) || !realpath(context->clientKey_.Data(), realKeyPath)) { in FillCaPath()
718 context->clientKey_ = Secure::SecureChar(realKeyPath); in FillCaPath()
720 info.client_ssl_private_key_filepath = context->clientKey_.Data(); in FillCaPath()