#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 | |||
| Date | created () const | |||
| Date when the key was created (time is 00:00:00). | ||||
| Date | expires () const | |||
| Date when the key expires (time is 00:00:00) If the key never expires the date is Date() (i.e. | ||||
| Pathname | path () const | |||
| bool | operator== (PublicKey b) const | |||
| bool | operator== (std::string sid) const | |||
Private Attributes | ||||
| RWCOW_pointer< Impl > | _pimpl | |||
| Pointer to implementation. | ||||
Friends | ||||
| std::ostream & | operator<< (std::ostream &str, const PublicKey &obj) | |||
Related Functions | ||||
| (Note that these are not member functions.) | ||||
| std::ostream & | dumpOn (std::ostream &str, const PublicKey &obj) | |||
Classes | ||||
| struct | Impl | |||
| PublicKey implementation. More... | ||||
Definition at line 69 of file PublicKey.h.
|
|
Definition at line 209 of file PublicKey.cc. |
|
|
Ctor
Definition at line 213 of file PublicKey.cc. References MIL. |
|
|
Definition at line 223 of file PublicKey.cc. |
|
|
Definition at line 86 of file PublicKey.h. References fingerprint(), and path(). |
|
|
Definition at line 232 of file PublicKey.cc. References _pimpl. |
|
|
Definition at line 237 of file PublicKey.cc. References _pimpl. |
|
|
Definition at line 240 of file PublicKey.cc. References _pimpl. Referenced by zypp::dumpOn(), zypp::target::rpm::RpmDb::importPubkey(), operator==(), zypp::KeyRing::Impl::publicKeys(), and zypp::target::rpm::KeyRingSignalReceiver::trustedKeyAdded(). |
|
|
Definition at line 243 of file PublicKey.cc. References _pimpl. Referenced by zypp::dumpOn(), zypp::KeyRing::Impl::publicKeys(), and zypp::target::rpm::KeyRingSignalReceiver::trustedKeyAdded(). |
|
|
Definition at line 246 of file PublicKey.cc. References _pimpl. Referenced by zypp::dumpOn(), isValid(), operator==(), zypp::KeyRing::Impl::publicKeys(), and zypp::KeyRing::Impl::verifyFileSignatureWorkflow(). |
|
|
Date when the key was created (time is 00:00:00).
Definition at line 249 of file PublicKey.cc. References _pimpl. Referenced by zypp::dumpOn(), zypp::target::rpm::RpmDb::importPubkey(), operator==(), and zypp::KeyRing::Impl::verifyFileSignatureWorkflow(). |
|
|
Date when the key expires (time is 00:00:00) If the key never expires the date is Date() (i.e. 0 seconds since the epoch (1.1.1970)) Definition at line 252 of file PublicKey.cc. References _pimpl. Referenced by zypp::dumpOn(). |
|
|
Definition at line 255 of file PublicKey.cc. References _pimpl. Referenced by zypp::KeyRing::Impl::importKey(), isValid(), and zypp::target::rpm::KeyRingSignalReceiver::trustedKeyAdded(). |
|
|
Definition at line 258 of file PublicKey.cc. References created(), fingerprint(), and id(). |
|
|
Definition at line 265 of file PublicKey.cc. References id(). |
|
||||||||||||
|
Stream output Definition at line 118 of file PublicKey.h. |
|
||||||||||||
|
Detailed stream output Definition at line 270 of file PublicKey.cc. |
|
|
Pointer to implementation.
Definition at line 113 of file PublicKey.h. Referenced by armoredData(), asString(), created(), expires(), fingerprint(), id(), name(), and path(). |
1.4.6