libzypp 17.31.23
|
Directly accessed by verifyFileSignatureWorkflow to set the result data. More...
Public Member Functions | |
Impl () | |
Impl (Pathname file_r) | |
Impl (Pathname file_r, Pathname signature_r) | |
void | resetResults () |
Public Attributes | |
Pathname | _file |
Pathname | _signature |
std::optional< std::string > | _shortFile |
KeyContext | _keyContext |
BuddyKeys | _buddyKeys |
bool | _fileAccepted = false |
bool | _fileValidated = false |
std::string | _signatureId |
bool | _signatureIdTrusted = false |
Private Member Functions | |
Impl * | clone () const |
clone for RWCOW_pointer | |
Friends | |
Impl * | rwcowClone (const Impl *rhs) |
Directly accessed by verifyFileSignatureWorkflow to set the result data.
Definition at line 24 of file KeyRingContexts.cc.
|
inline |
Definition at line 27 of file KeyRingContexts.cc.
|
inline |
Definition at line 29 of file KeyRingContexts.cc.
Definition at line 32 of file KeyRingContexts.cc.
|
inline |
Definition at line 37 of file KeyRingContexts.cc.
|
inlineprivate |
clone for RWCOW_pointer
Definition at line 56 of file KeyRingContexts.cc.
Pathname zypp::keyring::VerifyFileContext::Impl::_file |
Definition at line 41 of file KeyRingContexts.cc.
Pathname zypp::keyring::VerifyFileContext::Impl::_signature |
Definition at line 42 of file KeyRingContexts.cc.
std::optional<std::string> zypp::keyring::VerifyFileContext::Impl::_shortFile |
Definition at line 43 of file KeyRingContexts.cc.
KeyContext zypp::keyring::VerifyFileContext::Impl::_keyContext |
Definition at line 44 of file KeyRingContexts.cc.
BuddyKeys zypp::keyring::VerifyFileContext::Impl::_buddyKeys |
Definition at line 45 of file KeyRingContexts.cc.
bool zypp::keyring::VerifyFileContext::Impl::_fileAccepted = false |
Definition at line 48 of file KeyRingContexts.cc.
bool zypp::keyring::VerifyFileContext::Impl::_fileValidated = false |
Definition at line 49 of file KeyRingContexts.cc.
std::string zypp::keyring::VerifyFileContext::Impl::_signatureId |
Definition at line 50 of file KeyRingContexts.cc.
bool zypp::keyring::VerifyFileContext::Impl::_signatureIdTrusted = false |
Definition at line 51 of file KeyRingContexts.cc.