#include <iostream>#include <fstream>#include <sys/file.h>#include <cstdio>#include <unistd.h>#include "zypp/TmpPath.h"#include "zypp/ZYppFactory.h"#include "zypp/ZYpp.h"#include "zypp/base/Logger.h"#include "zypp/base/IOStream.h"#include "zypp/base/String.h"#include "zypp/base/Regex.h"#include "zypp/PathInfo.h"#include "zypp/KeyRing.h"#include "zypp/ExternalProgram.h"Go to the source code of this file.
Namespaces | |
| namespace | zypp |
Classes | |
| struct | zypp::KeyRing::Impl |
| KeyRing implementation. More... | |
Defines | |
| #define | ZYPP_BASE_LOGGER_LOGGROUP "zypp::KeyRing" |
| #define | GPG_BINARY "/usr/bin/gpg2" |
Functions | |
| zypp::IMPL_PTR_TYPE (KeyRing) | |
| static bool | zypp::printLine (const string &line) |
| bool | zypp::_keyRingDefaultAccept (getenv("ZYPP_KEYRING_DEFAULT_ACCEPT_ALL")) |
Definition in file KeyRing.cc.
| #define ZYPP_BASE_LOGGER_LOGGROUP "zypp::KeyRing" |
Definition at line 35 of file KeyRing.cc.
| #define GPG_BINARY "/usr/bin/gpg2" |
Definition at line 37 of file KeyRing.cc.
Referenced by zypp::KeyRing::Impl::deleteKey(), zypp::KeyRing::Impl::dumpPublicKey(), zypp::KeyRing::Impl::importKey(), zypp::KeyRing::Impl::publicKeyIds(), zypp::KeyRing::Impl::readSignatureKeyId(), and zypp::KeyRing::Impl::verifyFile().
1.5.3