Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnetwork_security_config.cpp143 std::stringstream certStream; in ReadCertFile() local
144 certStream << certFile.rdbuf(); in ReadCertFile()
146 const std::string &certData = certStream.str(); in ReadCertFile()