libzypp 17.31.23
zypp::repo::ExtraSignatureFileChecker Class Reference
Inheritance diagram for zypp::repo::ExtraSignatureFileChecker:

Public Types

typedef function< void(const Pathname &file_r)> PreCheckCB
 Called after download but before verifying the file.
 
- Public Types inherited from zypp::SignatureFileChecker
typedef SignatureCheckException ExceptionType
 
- Public Types inherited from zypp::keyring::VerifyFileContext
typedef std::set< std::string > BuddyKeys
 List of key safe key ids to import IFF fileValidated.
 

Public Member Functions

 ExtraSignatureFileChecker ()
 
 ExtraSignatureFileChecker (Pathname signature_r)
 
void preCheckCB (PreCheckCB cb_r)
 
void operator() (const Pathname &file_r) const
 
- Public Member Functions inherited from zypp::SignatureFileChecker
 SignatureFileChecker ()
 Default Ctor for unsigned files.
 
 SignatureFileChecker (Pathname signature_r)
 Ctor taking the detached signature.
 
void addPublicKey (const PublicKey &publickey_r)
 Add a public key to the list of known keys.
 
void addPublicKey (const Pathname &publickey_r)
 
void operator() (const Pathname &file_r) const
 Call KeyRing::verifyFileSignatureWorkflow to verify the file.
 
- Public Member Functions inherited from zypp::keyring::VerifyFileContext
 VerifyFileContext ()
 Ctor.
 
 VerifyFileContext (Pathname file_r)
 Ctor may take file to verify and detatched signature.
 
 VerifyFileContext (Pathname file_r, Pathname signature_r)
 Ctor may take file to verify and detatched signature.
 
 ~VerifyFileContext ()
 
const Pathnamefile () const
 File to verify.
 
void file (Pathname file_r)
 
const Pathnamesignature () const
 Detached signature or empty.
 
void signature (Pathname signature_r)
 
std::string shortFile () const
 Short name for file (default: basename).
 
void shortFile (std::string shortFile_r)
 
const KeyContextkeyContext () const
 KeyContext passed to callbacks
 
void keyContext (KeyContext keyContext_r)
 
const BuddyKeysbuddyKeys () const
 
void addBuddyKey (std::string sid_r)
 
void resetResults ()
 Reset all result values to safe defaults.
 
bool fileAccepted () const
 May return true due to user interaction or global defaults even if the signature was not actually verified.
 
void fileAccepted (bool yesno_r)
 
bool fileValidated () const
 Whether the signature was actually successfully verified.
 
void fileValidated (bool yesno_r)
 
const std::string & signatureId () const
 The id of the gpg key which signed the file.
 
void signatureId (std::string signatureId_r)
 
bool signatureIdTrusted () const
 Whether the SignatureId is in the trusted keyring (not temp.
 
void signatureIdTrusted (bool yesno_r)
 

Private Attributes

PreCheckCB _preCheckCB
 

Additional Inherited Members

Detailed Description

Definition at line 29 of file Downloader.cc.

Member Typedef Documentation

◆ PreCheckCB

typedef function<void( const Pathname & file_r )> zypp::repo::ExtraSignatureFileChecker::PreCheckCB

Called after download but before verifying the file.

Definition at line 33 of file Downloader.cc.

Constructor & Destructor Documentation

◆ ExtraSignatureFileChecker() [1/2]

zypp::repo::ExtraSignatureFileChecker::ExtraSignatureFileChecker ( )
inline

Definition at line 35 of file Downloader.cc.

◆ ExtraSignatureFileChecker() [2/2]

zypp::repo::ExtraSignatureFileChecker::ExtraSignatureFileChecker ( Pathname  signature_r)
inline

Definition at line 38 of file Downloader.cc.

Member Function Documentation

◆ preCheckCB()

void zypp::repo::ExtraSignatureFileChecker::preCheckCB ( PreCheckCB  cb_r)
inline

Definition at line 42 of file Downloader.cc.

◆ operator()()

void zypp::repo::ExtraSignatureFileChecker::operator() ( const Pathname file_r) const
inline

Definition at line 45 of file Downloader.cc.

Member Data Documentation

◆ _preCheckCB

PreCheckCB zypp::repo::ExtraSignatureFileChecker::_preCheckCB
private

Definition at line 53 of file Downloader.cc.


The documentation for this class was generated from the following file: