|
rpm
4.12.90
|
#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) |
| Sign a package. More... | |
| int | rpmPkgDelSign (const char *path) |
| Delete signature(s) from a package. More... | |
| 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 | ||
| ) |
Sign a package.
| path | path to package |
| args | signing parameters (or NULL for defaults) |
Referenced by doSign().
1.8.9.1