|
libzypp 17.38.15
|
Helper for in-memory key transfer between two keyrings. More...
Public Member Functions | |
| SendKeys (KeyRingImpl &keyRing, const Pathname &source, const Pathname &target) | |
| Ctor creates the context for reading source and writing target. | |
| SendKeys (KeyRingImpl &keyRing, const Ring source, const Ring target) | |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| SendKeys (const SendKeys &)=delete | |
| SendKeys (SendKeys &&)=delete | |
| SendKeys & | operator= (const SendKeys &)=delete |
| SendKeys & | operator= (SendKeys &&)=delete |
| void | operator() (const std::string &id) |
| Transfer key with id from source to target keyring. | |
Private Attributes | |
| KeyManagerCtx | _source |
| CachedPublicKeyData::Manip | _target |
Helper for in-memory key transfer between two keyrings.
Definition at line 187 of file keyring_p.h.
| zypp::KeyRingImpl::SendKeys::SendKeys | ( | KeyRingImpl & | keyRing, |
| const Pathname & | source, | ||
| const Pathname & | target ) |
Ctor creates the context for reading source and writing target.
Definition at line 112 of file keyring_p.cc.
| zypp::KeyRingImpl::SendKeys::SendKeys | ( | KeyRingImpl & | keyRing, |
| const Ring | source, | ||
| const Ring | target ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 117 of file keyring_p.cc.
|
delete |
|
delete |
| void zypp::KeyRingImpl::SendKeys::operator() | ( | const std::string & | id | ) |
Transfer key with id from source to target keyring.
| KeyRingException | if id was not found or import failed. |
Definition at line 121 of file keyring_p.cc.
|
private |
Definition at line 205 of file keyring_p.h.
|
private |
Definition at line 206 of file keyring_p.h.