|
| | Impl () |
| |
| | ~Impl () |
| |
| std::list< std::string > | readSignaturesFprs (const Pathname &signature_r) |
| | Return all fingerprints found in signature_r.
|
| |
| bool | verifySignaturesFprs (const Pathname &file_r, const Pathname &signature_r) |
| | Tries to verify the file_r using signature_r.
|
| |
|
| std::list< std::string > | readSignaturesFprsOptVerify (const Pathname &signature_r, const Pathname &file_r="/dev/null", bool *verify_r=nullptr) |
| | Return all fingerprints found in signature_r and optionally verify the file_r on the fly.
|
| |
Definition at line 104 of file KeyManager.cc.
| zypp::KeyManagerCtx::Impl::Impl |
( |
| ) |
|
|
inline |
| zypp::KeyManagerCtx::Impl::~Impl |
( |
| ) |
|
|
inline |
| std::list<std::string> zypp::KeyManagerCtx::Impl::readSignaturesFprs |
( |
const Pathname & |
signature_r | ) |
|
|
inline |
Return all fingerprints found in signature_r.
Definition at line 115 of file KeyManager.cc.
| bool zypp::KeyManagerCtx::Impl::verifySignaturesFprs |
( |
const Pathname & |
file_r, |
|
|
const Pathname & |
signature_r |
|
) |
| |
|
inline |
Tries to verify the file_r using signature_r.
Definition at line 119 of file KeyManager.cc.
| std::list< std::string > zypp::KeyManagerCtx::Impl::readSignaturesFprsOptVerify |
( |
const Pathname & |
signature_r, |
|
|
const Pathname & |
file_r = "/dev/null", |
|
|
bool * |
verify_r = nullptr |
|
) |
| |
|
private |
Return all fingerprints found in signature_r and optionally verify the file_r on the fly.
If verify_r is not a nullptr, log verification errors and return whether all signatures are good.
Definition at line 138 of file KeyManager.cc.
| gpgme_ctx_t _ctx zypp::KeyManagerCtx::Impl::nullptr |
| bool zypp::KeyManagerCtx::Impl::_volatile { false } |
readKeyFromFile workaround bsc#1140670
Definition at line 127 of file KeyManager.cc.
The documentation for this class was generated from the following file: