#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 30 of file PublicKey.h.
|
|
Ctor taking message. Use ZYPP_THROW macros to throw exceptions. Definition at line 36 of file PublicKey.h. |
|
||||||||||||
|
Ctor taking message. Use ZYPP_THROW macros to throw exceptions. Definition at line 46 of file PublicKey.h. |
|
|
Dtor.
Definition at line 50 of file PublicKey.h. |
|
|
Definition at line 40 of file PublicKey.h. References _keyfile. Referenced by zypp::KeyRing::Impl::exportKey(). |
|
|
Definition at line 50 of file PublicKey.h. Referenced by keyFile(). |
1.4.6