Re: [iText-questions] RSA 2k

2008-04-18 Thread jesusaplsoft
te > array and so on. > > Paulo > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of jesusaplsoft >> Sent: Thursday, April 17, 2008 1:52 PM >> To: itext-questions@lists.sourceforge.net >> Subject: Re: [iText-

Re: [iText-questions] RSA 2k

2008-04-17 Thread Paulo Soares
[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of jesusaplsoft > Sent: Thursday, April 17, 2008 1:52 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] RSA 2k > > Hi, > I have a similar problem. > > using: > itext-2.1.0 &

Re: [iText-questions] RSA 2k

2008-04-17 Thread jesusaplsoft
Hi, I have a similar problem. using: itext-2.1.0 sun java-16_06 opensuse-10.3 last updated from internet windows-xp last update from WindowsUpdate problem: random arrayIndexOutOfBounds exception as I close stp. I do not know when it is going to happen, actually. If I run the pro

RE: [iText-questions] RSA 2k

2005-10-26 Thread Paulo Soares
AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] RSA 2k > > Hi. > > > > Can we sign pdf file using iText with key (size=2048 Bits). > > I tryed like this (part of code): > > > > ... > > > >

[iText-questions] RSA 2k

2005-10-26 Thread Alan Klikic
Hi. Can we sign pdf file using iText with key (size=2048 Bits). I tryed like this (part of code): ... PdfSigGenericPKCS genericPKCS = pdfSignatureAppearance .getSigStandard(); PdfLiteral pdfLiteral = (PdfLiteral) genericPKCS.get(PdfName.CONTENTS); byte[] outc = new byte[(pdf