On 09/21/2011 11:50 AM, 1T3XT BVBA wrote:

> And if you use the POM, then you don't even have to worry about BC.
> The correct versions are downloaded automagically, aren't they?

They are not, since not every one needs signing. They are marked as
optional. In your IDE ( if it supports maven) it will most likely be there.

But the best thing is to add

<dependency>
        <groupId>org.bouncycastle</groupId>
        <artifactId>bctsp-jdk15</artifactId>
        <version>1.46</version>
        <type>jar</type>
</dependency>

to your own applications pom.


Regards
-- 
Balder VC
http://www.redlab.be/blog/
http://twitter.com/redlabbe

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to