Vincent Galloy

Results 4 issues of Vincent Galloy

Motivation: The method PdfRendererBuilder#usePDDocument(PDDocument) allow the user to provided an existing document. During the process, the information contains in PDDocumentInformation are removed. Modification: * Methods PdfBoxRenderer#setDidValues(PDDocument) add only missing information

Motivation: We want to perform PAdES signature with an external CMS provider. The current signing operation re computed the signedAttribute which cause the signature being invalid. The ability to use...

Motivations: Since DSSPrivateKeyEntry doesn't expose the wrapped private key, methods like SignatureTokenConnection#sign(ToBeSigned, DigestAlgorithm, DSSPrivateKeyEntry) need to cast the DSSPrivateKeyEntry into KSPrivateKeyEntry. This cast doesn't allow user to implements there own...

Motivation: Let helm print with the default output is not a good idea. It's hard to catch. Most of the time, we don't need to see these messages. Modification: *...