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 |
| Date | created () const |
| Date | expires () 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 |
| Date | _created |
| Date | _expires |
Friends | |
| Impl * | rwcowClone (const Impl *rhs) |
Definition at line 35 of file PublicKey.cc.
|
|
Definition at line 37 of file PublicKey.cc. |
|
|
Definition at line 40 of file PublicKey.cc. References MIL, and readFromFile(). |
|
|
Offer default Impl.
Definition at line 48 of file PublicKey.cc. |
|
|
Definition at line 54 of file PublicKey.cc. References created(), fingerprint(), zypp::str::hexstring(), id(), and name(). |
|
|
Definition at line 59 of file PublicKey.cc. References _data. |
|
|
Definition at line 62 of file PublicKey.cc. References _id. Referenced by asString(). |
|
|
Definition at line 65 of file PublicKey.cc. References _name. Referenced by asString(). |
|
|
Definition at line 68 of file PublicKey.cc. References _fingerprint. Referenced by asString(). |
|
|
Definition at line 71 of file PublicKey.cc. References _created. Referenced by asString(). |
|
|
Definition at line 74 of file PublicKey.cc. References _expires. |
|
|
Definition at line 77 of file PublicKey.cc. References _data_file, and zypp::filesystem::TmpPath::path(). |
|
|
|
clone for RWCOW_pointer
Definition at line 199 of file PublicKey.cc. |
|
|
|
|
|
Definition at line 188 of file PublicKey.cc. Referenced by id(), and readFromFile(). |
|
|
Definition at line 189 of file PublicKey.cc. Referenced by name(), and readFromFile(). |
|
|
Definition at line 190 of file PublicKey.cc. Referenced by fingerprint(), and readFromFile(). |
|
|
Definition at line 191 of file PublicKey.cc. Referenced by armoredData(). |
|
|
Definition at line 192 of file PublicKey.cc. Referenced by path(), and readFromFile(). |
|
|
Definition at line 193 of file PublicKey.cc. Referenced by created(), and readFromFile(). |
|
|
Definition at line 194 of file PublicKey.cc. Referenced by expires(), and readFromFile(). |
1.4.6