#include <PublicKey.h>
Public Member Functions | ||||
| PublicKey () | ||||
| PublicKey (const Pathname &file) | ||||
Ctor
| ||||
| ~PublicKey () | ||||
| bool | isValid () const | |||
| std::string | asString () const | |||
| std::string | armoredData () const | |||
| std::string | id () const | |||
| std::string | name () const | |||
| std::string | fingerprint () const | |||
| Pathname | path () const | |||
| bool | operator== (PublicKey b) | |||
| bool | operator== (std::string sid) | |||
Private Attributes | ||||
| RWCOW_pointer< Impl > | _pimpl | |||
| Pointer to implementation. | ||||
Friends | ||||
| std::ostream & | operator<< (std::ostream &str, const PublicKey &obj) | |||
Classes | ||||
| struct | Impl | |||
| PublicKey implementation. More... | ||||
Definition at line 62 of file PublicKey.h.
|
|
Definition at line 162 of file PublicKey.cc. |
|
|
Ctor
Definition at line 166 of file PublicKey.cc. |
|
|
Definition at line 174 of file PublicKey.cc. |
|
|
Definition at line 79 of file PublicKey.h. References fingerprint(), and path(). |
|
|
Definition at line 183 of file PublicKey.cc. References _pimpl. |
|
|
Definition at line 188 of file PublicKey.cc. References _pimpl. |
|
|
Definition at line 191 of file PublicKey.cc. References _pimpl. Referenced by operator==(), and zypp::KeyRing::Impl::publicKeys(). |
|
|
Definition at line 194 of file PublicKey.cc. References _pimpl. Referenced by zypp::KeyRing::Impl::publicKeys(), and zypp::KeyRing::Impl::verifyFileSignatureWorkflow(). |
|
|
Definition at line 197 of file PublicKey.cc. References _pimpl. Referenced by isValid(), operator==(), and zypp::KeyRing::Impl::publicKeys(). |
|
|
Definition at line 200 of file PublicKey.cc. References _pimpl. Referenced by zypp::KeyRing::importKey(), zypp::KeyRing::Impl::importKey(), isValid(), and zypp::KeyRing::Impl::verifyFileSignatureWorkflow(). |
|
|
Definition at line 89 of file PublicKey.h. References fingerprint(), and id(). |
|
|
Definition at line 92 of file PublicKey.h. References id(). |
|
||||||||||||
|
Stream output Definition at line 102 of file PublicKey.h. |
|
|
Pointer to implementation.
Definition at line 97 of file PublicKey.h. Referenced by armoredData(), asString(), fingerprint(), id(), name(), and path(). |
1.4.6