|
libzypp
15.22.2
|
Scan abstract from 'gpg –with-colons' key listings. More...
#include <PublicKey.h>
Classes | |
| class | Impl |
| PublicKeyScanner implementation. More... | |
Public Member Functions | |
| PublicKeyScanner () | |
| ~PublicKeyScanner () | |
| void | scan (std::string line_r) |
| Feed gpg output line by line into scan. More... | |
Public Attributes | |
| std::list< PublicKeyData > | _keys |
| Extracted keys. More... | |
Private Attributes | |
| RW_pointer< Impl, rw_pointer::Scoped< Impl > > | _pimpl |
Scan abstract from 'gpg –with-colons' key listings.
Feed gpg output line by line into scan. The collected PublicKeyData contain the keys data (fingerprint, uid,...) but not the key itself (ASCII armored stored in a file).
Definition at line 179 of file PublicKey.h.
| zypp::PublicKeyScanner::PublicKeyScanner | ( | ) |
Definition at line 287 of file PublicKey.cc.
| zypp::PublicKeyScanner::~PublicKeyScanner | ( | ) |
Definition at line 291 of file PublicKey.cc.
| void zypp::PublicKeyScanner::scan | ( | std::string | line_r | ) |
Feed gpg output line by line into scan.
Definition at line 294 of file PublicKey.cc.
| std::list<PublicKeyData> zypp::PublicKeyScanner::_keys |
Extracted keys.
Definition at line 188 of file PublicKey.h.
|
private |
Definition at line 191 of file PublicKey.h.