|
libzypp
9.1.2
|
#include <iostream>#include <fstream>#include <sys/file.h>#include <cstdio>#include <unistd.h>#include <boost/format.hpp>#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/base/Gettext.h"#include "zypp/PathInfo.h"#include "zypp/KeyRing.h"#include "zypp/ExternalProgram.h"
Go to the source code of this file.
Classes | |
| struct | zypp::KeyRing::Impl |
| KeyRing implementation. More... | |
Namespaces | |
| namespace | zypp |
Easy-to use interface to the ZYPP dependency resolver. | |
Defines | |
| #define | ZYPP_BASE_LOGGER_LOGGROUP "zypp::KeyRing" |
| #define | GPG_BINARY "/usr/bin/gpg2" |
Functions | |
| zypp::IMPL_PTR_TYPE (KeyRing) | |
Definition in file KeyRing.cc.
| #define ZYPP_BASE_LOGGER_LOGGROUP "zypp::KeyRing" |
Definition at line 38 of file KeyRing.cc.
| #define GPG_BINARY "/usr/bin/gpg2" |
Definition at line 40 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.7.6.1