[Poppler-bugs] [Bug 99416] Sign PDF with digital signature
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jun 7 14:24:14 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=99416
Hans-Ulrich Jüttner <huj at froreich-bioscientia.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|poppler-bugs at lists.freedesk |huj at froreich-bioscientia.de
|top.org |
CC| |huj at froreich-bioscientia.de
--- Comment #2 from Hans-Ulrich Jüttner <huj at froreich-bioscientia.de> ---
Created attachment 131773
--> https://bugs.freedesktop.org/attachment.cgi?id=131773&action=edit
Patch fixing this bug
The proposed patch would fix this bug.
The Qt5 interface in qt5/src/poppler-form.h gets the following new method
in class FormFieldSignature:
/**
Sign the whole document in this signature field.
@param certNickname nickname of the signing certificate in the mozilla
database
@param password password to unlock the private key
(may be empty if no password is set)
@param digestAlg digest algorithm to be used in the signature
*/
bool sign(const QString& certNickname, const QString& password,
DigestAlgorithm digestAlg = SHA256);
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20170607/517bdf22/attachment.html>
More information about the Poppler-bugs
mailing list