|
KiCad PCB EDA Suite
|
Functions | |
| bool | StoreSecret (const wxString &aService, const wxString &aKey, const wxString &aSecret) |
| bool | GetSecret (const wxString &aService, const wxString &aKey, wxString &aSecret) |
| bool | DeleteSecret (const wxString &aService, const wxString &aKey) |
Variables | |
| static const SecretSchema | schema |
| bool KIPLATFORM::SECRETS::DeleteSecret | ( | const wxString & | aService, |
| const wxString & | aKey ) |
Definition at line 84 of file unix/secrets.cpp.
References schema.
Referenced by PLATFORM_SECRET_BACKEND::DeleteSecret().
| bool KIPLATFORM::SECRETS::GetSecret | ( | const wxString & | aService, |
| const wxString & | aKey, | ||
| wxString & | aSecret ) |
Definition at line 62 of file unix/secrets.cpp.
References schema.
Referenced by KIGIT_COMMON::GetPassword(), and PLATFORM_SECRET_BACKEND::GetSecret().
| bool KIPLATFORM::SECRETS::StoreSecret | ( | const wxString & | aService, |
| const wxString & | aKey, | ||
| const wxString & | aSecret ) |
Definition at line 38 of file unix/secrets.cpp.
References schema.
Referenced by KICAD_MANAGER_CONTROL::NewFromRepository(), PROJECT_TREE_PANE::onGitInitializeProject(), and PLATFORM_SECRET_BACKEND::StoreSecret().
|
static |
Definition at line 28 of file unix/secrets.cpp.
Referenced by DeleteSecret(), GetSecret(), and StoreSecret().