MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / getX509File

Method getX509File

Plugins/TigerVnc/Client/BackendVnc.cpp:710–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710int CBackendVnc::getX509File(std::string *ca, std::string *crl)
711{
712 auto &user = m_pPara->m_Net.m_User;
713 if(ca)
714 *ca = user.GetCAFile().toStdString().c_str();
715 if(crl)
716 *crl = user.GetCRLFile().toStdString().c_str();
717 return 0;
718}
719
720bool CBackendVnc::showMsgBox(rfb::MsgBoxFlags flags, const char *title, const char *text)
721{

Callers

nothing calls this directly

Calls 2

GetCAFileMethod · 0.80
GetCRLFileMethod · 0.80

Tested by

no test coverage detected