Searched refs:clientCertValue (Results 1 – 1 of 1) sorted by relevance
705 napi_value clientCertValue = in ParseClientCert() local707 napi_valuetype type = NapiUtils::GetValueType(GetEnv(), clientCertValue); in ParseClientCert()711 …std::string cert = NapiUtils::GetStringPropertyUtf8(GetEnv(), clientCertValue, HttpConstant::HTTP_… in ParseClientCert()713 … NapiUtils::GetStringPropertyUtf8(GetEnv(), clientCertValue, HttpConstant::HTTP_CLIENT_CERT_TYPE); in ParseClientCert()714 …std::string key = NapiUtils::GetStringPropertyUtf8(GetEnv(), clientCertValue, HttpConstant::HTTP_C… in ParseClientCert()716 …NapiUtils::GetStringPropertyUtf8(GetEnv(), clientCertValue, HttpConstant::HTTP_CLIENT_KEY_PASSWD)); in ParseClientCert()