Home
last modified time | relevance | path

Searched refs:certStr (Results 1 - 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dstring_utils.cpp104 std::string certStr(buffer, length); in x509CertToString()
106 return certStr; in x509CertToString()
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H A Dverify_hap.cpp126 std::vector<std::string> certStr; in HapOutPutCertChain() local
128 certStr.emplace_back(StringUtils::SubjectToString(cert)); in HapOutPutCertChain()
129 certStr.emplace_back(StringUtils::x509CertToString(cert)); in HapOutPutCertChain()
132 for (auto& certstr : certStr) { in HapOutPutCertChain()

Completed in 2 milliseconds