Searched refs:trustedfile (Results 1 – 2 of 2) sorted by relevance
125 int PkiUtility::WriteCert(const std::shared_ptr<X509>& cert, const String& trustedfile) in WriteCert() argument128 fpcert.open(trustedfile.CStr()); in WriteCert()134 << "Could not write certificate to file '" << trustedfile << "'."; in WriteCert()139 << "Writing certificate to file '" << trustedfile << "'."; in WriteCert()
26 static int WriteCert(const std::shared_ptr<X509>& cert, const String& trustedfile);