Method
FwupdPluginCabinetsign
Declaration [src]
gboolean
fu_cabinet_sign (
FuCabinet* self,
GBytes* cert,
GBytes* privkey,
FuCabinetSignFlags flags,
GError** error
)
Parameters
cert |
GBytes* |
A PCKS#7 certificate. |
|
The data is owned by the caller of the function. | |
privkey |
GBytes* |
A private key. |
|
The data is owned by the caller of the function. | |
flags |
FuCabinetSignFlags |
Signing flags, e.g. |
|
error |
GError ** |
The return location for a GError* , or NULL . |