| rpm
    4.10.0
    | 
#include <rpm/argv.h>#include <rpm/rpmpgp.h>
Go to the source code of this file.
| Data Structures | |
| struct | rpmSignArgs | 
| Functions | |
| int | rpmPkgSign (const char *path, const struct rpmSignArgs *args, const char *passPhrase) | 
| Sign a package. | |
| int | rpmPkgDelSign (const char *path) | 
| Delete signature(s) from a package. | |
| int rpmPkgDelSign | ( | const char * | path | ) | 
Delete signature(s) from a package.
| path | path to package | 
Referenced by main().
| int rpmPkgSign | ( | const char * | path, | 
| const struct rpmSignArgs * | args, | ||
| const char * | passPhrase | ||
| ) | 
Sign a package.
| path | path to package | 
| args | signing parameters (or NULL for defaults) | 
| passPhrase | passphrase for the signing key | 
Referenced by doSign().
 1.7.5
 1.7.5