#include <indexcopy.h>
|
bool | CopyAndVerify (std::string CDROM, std::string Name, std::vector< std::string > &SigList, std::vector< std::string > PkgList, std::vector< std::string > SrcList) |
|
|
static bool | RunGPGV (std::string const &File, std::string const &FileOut, int const &statusfd, int fd[2]) |
| generates and run the command to verify a file with gpgv More...
|
|
static bool | RunGPGV (std::string const &File, std::string const &FileOut, int const &statusfd=-1) |
|
|
bool | CopyMetaIndex (std::string CDROM, std::string CDName, std::string prefix, std::string file) |
|
bool | Verify (std::string prefix, std::string file, indexRecords *records) |
|
|
void * | d |
| dpointer placeholder (for later in case we need it) More...
|
|
bool SigVerify::CopyAndVerify |
( |
std::string |
CDROM, |
|
|
std::string |
Name, |
|
|
std::vector< std::string > & |
SigList, |
|
|
std::vector< std::string > |
PkgList, |
|
|
std::vector< std::string > |
SrcList |
|
) |
| |
bool SigVerify::CopyMetaIndex |
( |
std::string |
CDROM, |
|
|
std::string |
CDName, |
|
|
std::string |
prefix, |
|
|
std::string |
file |
|
) |
| |
|
private |
static bool SigVerify::RunGPGV |
( |
std::string const & |
File, |
|
|
std::string const & |
FileOut, |
|
|
int const & |
statusfd, |
|
|
int |
fd[2] |
|
) |
| |
|
static |
generates and run the command to verify a file with gpgv
Referenced by RunGPGV().
static bool SigVerify::RunGPGV |
( |
std::string const & |
File, |
|
|
std::string const & |
FileOut, |
|
|
int const & |
statusfd = -1 |
|
) |
| |
|
inlinestatic |
bool SigVerify::Verify |
( |
std::string |
prefix, |
|
|
std::string |
file, |
|
|
indexRecords * |
records |
|
) |
| |
|
private |
dpointer placeholder (for later in case we need it)
The documentation for this class was generated from the following file: