Searched refs:publicKeyHash (Results 1 – 10 of 10) sorted by relevance
22 | [publicKeyHash](netstack.md#publicKeyHash) | 哈希值。 |
81 | [NetStack_CertificatePinning::publicKeyHash](#publickeyhash) | 哈希值。 |626 ### publicKeyHash subsection629 char* NetStack_CertificatePinning::publicKeyHash
55 publicKeyHash: 'Pin1', // 由应用传入的证书PIN码,自API 12开始支持该属性58 publicKeyHash: 'Pin2', // 由应用传入的证书PIN码,自API 12开始支持该属性1536 | publicKeyHash | string | 是 |字符串类型的证书PIN码。 |
22 | [publicKeyHash](netstack.md#publicKeyHash) | Hash value.|
81 | [NetStack_CertificatePinning::publicKeyHash](#publickeyhash) | Hash value.|623 ### publicKeyHash subsection626 char* NetStack_CertificatePinning::publicKeyHash
55 …publicKeyHash: 'Pin1', // Certificate PIN passed by the application. This attribute is supported s…58 …publicKeyHash: 'Pin2', // Certificate PIN passed by the application. This attribute is supported s…1536 | publicKeyHash | string | Yes|Certificate PIN of the string type.|
88 char *publicKeyHash; member
100 pin->publicKeyHash = nullptr; in OH_NetStack_GetPinSetForHostName()118 pin->publicKeyHash = key; in OH_NetStack_GetPinSetForHostName()
57 std::string publicKeyHash; member
772 …singleCertPIN.publicKeyHash = NapiUtils::GetStringPropertyUtf8(env, certPIN, HttpConstant::HTTP_PU… in NapiValue2CertPinning()815 certPinBuilder << "sha256//" << singleCertPIN.publicKeyHash << ';'; in ParseCertificatePinning()821 certPinBuilder << "sha256//" << singleCertPIN.publicKeyHash << ';'; in ParseCertificatePinning()