libzypp
17.7.2
|
PublicKeyData implementation. More...
Public Member Functions | |
bool | hasSubkeyId (const std::string &id_r) const |
Static Public Member Functions | |
static shared_ptr< Impl > | nullimpl () |
Offer default Impl. More... | |
static shared_ptr< Impl > | fromGpgmeKey (gpgme_key_t rawData) |
Public Attributes | |
std::string | _id |
std::string | _name |
std::string | _fingerprint |
Date | _created |
Date | _expires |
std::vector< PublicSubkeyData > | _subkeys |
Private Member Functions | |
Impl * | clone () const |
clone for RWCOW_pointer More... | |
Friends | |
Impl * | rwcowClone (const Impl *rhs) |
PublicKeyData implementation.
Definition at line 188 of file PublicKey.cc.
bool zypp::PublicKeyData::Impl::hasSubkeyId | ( | const std::string & | id_r | ) | const |
Definition at line 212 of file PublicKey.cc.
|
static |
Offer default Impl.
Definition at line 226 of file PublicKey.cc.
|
static |
Definition at line 232 of file PublicKey.cc.
|
private |
clone for RWCOW_pointer
Definition at line 266 of file PublicKey.cc.
std::string zypp::PublicKeyData::Impl::_id |
Definition at line 190 of file PublicKey.cc.
std::string zypp::PublicKeyData::Impl::_name |
Definition at line 191 of file PublicKey.cc.
std::string zypp::PublicKeyData::Impl::_fingerprint |
Definition at line 192 of file PublicKey.cc.
Date zypp::PublicKeyData::Impl::_created |
Definition at line 193 of file PublicKey.cc.
Date zypp::PublicKeyData::Impl::_expires |
Definition at line 194 of file PublicKey.cc.
std::vector<PublicSubkeyData> zypp::PublicKeyData::Impl::_subkeys |
Definition at line 196 of file PublicKey.cc.