|
libzypp 17.38.8
|
#include <zypp/repo/PluginSigcheck.h>
Classes | |
| struct | Impl |
Public Types | |
| using | Args = std::vector<std::string> |
Public Member Functions | |
| SigcheckPlugin (const SigcheckPlugin &)=delete | |
| SigcheckPlugin & | operator= (const SigcheckPlugin &)=delete |
| SigcheckPlugin (SigcheckPlugin &&) noexcept=default | |
| SigcheckPlugin & | operator= (SigcheckPlugin &&) noexcept=default |
| ~SigcheckPlugin ()=default | |
| SigcheckPlugin (Pathname script_r) | |
| Creates a SigcheckPlugin. | |
| SigcheckPlugin (Pathname script_r, Args args_r) | |
| void | launch (const Pathname &chroot_r=Pathname()) |
| Launch the plugin. | |
| std::string | sigExtension () const |
| Extension of a signature file to retrieve. | |
| std::string | keyExtension () const |
| Extension of a key file to retrieve. | |
| void | sigcheck (const Pathname &data_r, const Pathname &sig_r=Pathname(), const Pathname &key_r=Pathname()) const |
| Let plugin do the signature check. | |
Private Attributes | |
| RW_pointer< Impl > | _pimpl |
Friends | |
| std::ostream & | operator<< (std::ostream &str, const SigcheckPlugin &obj) |
Definition at line 52 of file PluginSigcheck.h.
| using zypp::SigcheckPlugin::Args = std::vector<std::string> |
Definition at line 62 of file PluginSigcheck.h.
|
delete |
|
defaultnoexcept |
|
default |
| zypp::SigcheckPlugin::SigcheckPlugin | ( | Pathname | script_r | ) |
Creates a SigcheckPlugin.
Definition at line 125 of file PluginSigcheck.cc.
Definition at line 129 of file PluginSigcheck.cc.
|
delete |
|
defaultnoexcept |
Launch the plugin.
| SigcheckPluginException | on error or if already launched |
Definition at line 133 of file PluginSigcheck.cc.
| std::string zypp::SigcheckPlugin::sigExtension | ( | ) | const |
Extension of a signature file to retrieve.
Definition at line 136 of file PluginSigcheck.cc.
| std::string zypp::SigcheckPlugin::keyExtension | ( | ) | const |
Extension of a key file to retrieve.
Definition at line 139 of file PluginSigcheck.cc.
| void zypp::SigcheckPlugin::sigcheck | ( | const Pathname & | data_r, |
| const Pathname & | sig_r = Pathname(), | ||
| const Pathname & | key_r = Pathname() ) const |
Let plugin do the signature check.
| SigcheckPluginException | on error |
Definition at line 142 of file PluginSigcheck.cc.
|
friend |
Definition at line 145 of file PluginSigcheck.cc.
|
private |
Definition at line 90 of file PluginSigcheck.h.