#include <PublicKey.h>
Inheritance diagram for zypp::BadKeyException:

Public Member Functions | |
| BadKeyException () | |
| Ctor taking message. | |
| Pathname | keyFile () const |
| BadKeyException (const std::string &msg_r, const Pathname &keyfile=Pathname()) | |
| Ctor taking message. | |
| virtual | ~BadKeyException () throw () |
| Dtor. | |
Private Attributes | |
| Pathname | _keyfile |
Definition at line 33 of file PublicKey.h.
|
|
Ctor taking message. Use ZYPP_THROW macros to throw exceptions. Definition at line 39 of file PublicKey.h. |
|
||||||||||||
|
Ctor taking message. Use ZYPP_THROW macros to throw exceptions. Definition at line 49 of file PublicKey.h. |
|
|
Dtor.
Definition at line 53 of file PublicKey.h. |
|
|
Definition at line 43 of file PublicKey.h. References _keyfile. Referenced by zypp::KeyRing::Impl::exportKey(). |
|
|
Definition at line 53 of file PublicKey.h. Referenced by keyFile(). |
1.4.6