| 
    rpm
    4.18.0
    
   | 
 
Signature API. More...

Go to the source code of this file.
Data Structures | |
| struct | rpmSignArgs | 
Typedefs | |
| typedef rpmFlags | rpmSignFlags | 
Enumerations | |
| enum | rpmSignFlags_e { RPMSIGN_FLAG_NONE = 0 , RPMSIGN_FLAG_IMA = (1 << 0) , RPMSIGN_FLAG_RPMV3 = (1 << 1) , RPMSIGN_FLAG_FSVERITY = (1 << 2) } | 
Functions | |
| int | rpmPkgSign (const char *path, const struct rpmSignArgs *args) | 
| Sign a package.  More... | |
| int | rpmPkgDelSign (const char *path, const struct rpmSignArgs *args) | 
| Delete signature(s) from a package.  More... | |
| int | rpmPkgDelFileSign (const char *path, const struct rpmSignArgs *args) | 
| Delete file signature(s) from a package.  More... | |
Signature API.
Definition in file rpmsign.h.
| typedef rpmFlags rpmSignFlags | 
| enum rpmSignFlags_e |