You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2014/09/19 16:41:37 UTC

[jira] [Closed] (PDFBOX-2236) Useless dependency in specific usage

     [ https://issues.apache.org/jira/browse/PDFBOX-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler closed PDFBOX-2236.
--------------------------------------

> Useless dependency in specific usage
> ------------------------------------
>
>                 Key: PDFBOX-2236
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2236
>             Project: PDFBox
>          Issue Type: Wish
>          Components: Signing
>    Affects Versions: 1.8.6
>            Reporter: Cyril Bremaud
>            Assignee: Tilman Hausherr
>            Priority: Trivial
>              Labels: easyfix
>             Fix For: 1.8.7
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In class org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible.PDVisibleSignDesigner line 324 you use Arrays.clone() method from BouncyCastle.
> This creates a dependency on BouncyCastle if we try to add a visual signature (computed by third party solution) to a pdf document.
> For this specific usage this dependency seems useless and  could be avoided using the copy method of the class java.util.Arrays.
> Could you fix this issue in a future version ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)