Public Member Functions | |
| Impl () | |
| Impl (const Pathname &file) | |
| std::string | asString () const |
| std::string | armoredData () const |
| std::string | id () const |
| std::string | name () const |
| std::string | fingerprint () const |
| Pathname | path () const |
Static Public Member Functions | |
| static shared_ptr< Impl > | nullimpl () |
| Offer default Impl. | |
Protected Member Functions | |
| void | readFromFile (const Pathname &keyfile) |
Private Member Functions | |
| Impl * | clone () const |
| clone for RWCOW_pointer | |
Private Attributes | |
| std::string | _id |
| std::string | _name |
| std::string | _fingerprint |
| std::string | _data |
| filesystem::TmpFile | _data_file |
Friends | |
| Impl * | rwcowClone (const Impl *rhs) |
Definition at line 32 of file PublicKey.cc.
|
|
Definition at line 34 of file PublicKey.cc. |
|
|
Definition at line 37 of file PublicKey.cc. References MIL, and readFromFile(). |
|
|
Offer default Impl.
Definition at line 45 of file PublicKey.cc. |
|
|
Definition at line 52 of file PublicKey.cc. References fingerprint(), id(), and name(). |
|
|
Definition at line 57 of file PublicKey.cc. References _data. |
|
|
Definition at line 60 of file PublicKey.cc. References _id. Referenced by asString(). |
|
|
Definition at line 63 of file PublicKey.cc. References _name. Referenced by asString(). |
|
|
Definition at line 66 of file PublicKey.cc. References _fingerprint. Referenced by asString(). |
|
|
Definition at line 69 of file PublicKey.cc. References _data_file, and zypp::filesystem::TmpPath::path(). |
|
|
Definition at line 77 of file PublicKey.cc. References _data_file, _fingerprint, _id, _name, zypp::filesystem::Pathname::asString(), zypp::filesystem::checksum(), zypp::filesystem::copy(), zypp::ExternalProgram::Discard_Stderr, zypp::filesystem::PathInfo::isExist(), MIL, zypp::filesystem::TmpPath::path(), zypp::externalprogram::ExternalDataSource::receiveLine(), zypp::filesystem::PathInfo::size(), and ZYPP_THROW. Referenced by Impl(). |
|
|
clone for RWCOW_pointer
Definition at line 152 of file PublicKey.cc. |
|
|
|
|
|
Definition at line 143 of file PublicKey.cc. Referenced by id(), and readFromFile(). |
|
|
Definition at line 144 of file PublicKey.cc. Referenced by name(), and readFromFile(). |
|
|
Definition at line 145 of file PublicKey.cc. Referenced by fingerprint(), and readFromFile(). |
|
|
Definition at line 146 of file PublicKey.cc. Referenced by armoredData(). |
|
|
Definition at line 147 of file PublicKey.cc. Referenced by path(), and readFromFile(). |
1.4.6