[iText-questions] PAdES-BES example

2013-02-24 Thread Luis Villa
Hello, I'm using iText to sign PDFs, and I need to generate a PAdES-BES signature. Is there an example I can use to see how it is done? I'm a newbie to pdf signature and what I've found is too advanced for me to be able to create a PAdES-BES signature on my own (although I've been able to create a

Re: [iText-questions] PAdES Signature with SmartCard

2013-01-11 Thread iText Info
Op 10/01/2013 17:41, Danilo Nicolò schreef: > I mean PAdES-2. Is there any example of sign with smartcard? Seems like you've overlooked the link to the documentation: http://itextpdf.com/book/digitalsignatures -- Master H

Re: [iText-questions] PAdES Signature with SmartCard

2013-01-10 Thread Danilo Nicolò
Hi, I mean PAdES-2. Is there any example of sign with smartcard? Regards, Danilo Il 10/01/2013 16:36, iText Info ha scritto: > Op 10/01/2013 16:29, Danilo Nicolò schreef: >> I want to sign PDF files (PAdES format) with smartcard, is it possible >> with iText? >> Any example? > http://itextpdf.co

Re: [iText-questions] PAdES Signature with SmartCard

2013-01-10 Thread iText Info
Op 10/01/2013 16:29, Danilo Nicolò schreef: > I want to sign PDF files (PAdES format) with smartcard, is it possible > with iText? > Any example? http://itextpdf.com/book/digitalsignatures Note that it doesn't make any sense to say "I want to sign PDF files (PAdES format)" without specifying if y

[iText-questions] PAdES Signature with SmartCard

2013-01-10 Thread Danilo Nicolò
Hi all, I want to sign PDF files (PAdES format) with smartcard, is it possible with iText? Any example? Regards, Danilo -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaS

[iText-questions] PAdES-LTV specific verification

2012-01-10 Thread aszomor
Dear Team, Is there a deadline for the task, can someone inform when expected ? Thanks, Attila. -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existin

[iText-questions] PAdES-LTV example and smartcard signature with timestamp example in C#

2011-12-01 Thread Paulo Soares
I've prepared a PAdES-LTV example for Java and C#. In addition I've extended the smartcard signature example with C# to include a timestamp.You can find all this at http://itextpdf.sourceforge.net/howtosign.html. Paulo--

Re: [iText-questions] PAdES-LTV implementation

2011-11-22 Thread mkl
Leonard, Leonard Rosenthol-3 wrote > The spec is correct as is our (and iText's) implementation. > > A time-stamp signature is the new RFC3161 subfilter mentioned below. I > think the wording here got cleaned up in 32K-2. That makes me once again more expectant for the eventual publication ther

Re: [iText-questions] PAdES-LTV implementation

2011-11-22 Thread Leonard Rosenthol
The spec is correct as is our (and iText's) implementation. A time-stamp signature is the new RFC3161 subfilter mentioned below. I think the wording here got cleaned up in 32K-2. Leonard On 11/22/11 4:59 AM, "mkl" wrote: >Paulo, Leonard, > >another question I stumbled upon while taking a look

Re: [iText-questions] PAdES-LTV implementation

2011-11-22 Thread mkl
Paulo Soares-3 wrote > That's the way Acrobat X does it, the full Contents entry for signatures > but just the actual timestamp for subfilter ETSI.RFC3161. I was puzzled by > the spec wording but, as usual, "do as Acrobat does". Ok, who wants to question that reference? -- View this message in

Re: [iText-questions] PAdES-LTV implementation

2011-11-22 Thread Paulo Soares
Sent: Tuesday, November 22, 2011 9:59 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PAdES-LTV implementation Paulo, Leonard, another question I stumbled upon while taking a look at the iText Ltv* classes... In LtvVerification.getSignatureHashKey(String) the code gene

Re: [iText-questions] PAdES-LTV implementation

2011-11-22 Thread mkl
Paulo, Leonard, another question I stumbled upon while taking a look at the iText Ltv* classes... In LtvVerification.getSignatureHashKey(String) the code generally takes the complete decoded Contents entry to calculate the hash from, in case of document time stamps (subfilter ETSI.RFC3161), thoug

Re: [iText-questions] PAdES-LTV implementation

2011-11-22 Thread Paulo Soares
Thank you, I'll look into it. Paulo -Original Message- From: mkl [mailto:m...@wir-sind-cool.org] Sent: Monday, November 21, 2011 3:55 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PAdES-LTV implementation Paulo, Paulo Soares-3 wrote > The wor

Re: [iText-questions] PAdES-LTV implementation

2011-11-21 Thread mkl
Paulo, Paulo Soares-3 wrote > The work is not finished yet, I'm generating all the data but it's not > going yet to the /DSS dictionary and there will also be the problem of > updating an existing /DSS. The provenance of OCSP and CRL (the CRL could > come from some cache, for example) is another i

Re: [iText-questions] PAdES-LTV implementation

2011-10-18 Thread Paulo Soares
ists.sourceforge.net Subject: Re: [iText-questions] PAdES-LTV implementation Paulo, Paulo Soares-3 wrote: > Today I'll commit code for the timestamp and the rest until the end of the > week. As the rest has now been committed, I just took a glance at it... some C#ishness in it... ;) L

Re: [iText-questions] PAdES-LTV implementation

2011-10-17 Thread mkl
Paulo, Paulo Soares-3 wrote: > Today I'll commit code for the timestamp and the rest until the end of the > week. As the rest has now been committed, I just took a glance at it... some C#ishness in it... ;) Looks simple enough for easy use. But is there a reason why only OCSP responses or CRLs f

Re: [iText-questions] PAdES-LTV implementation

2011-10-11 Thread mkl
Paulo, Paulo Soares-3 wrote: > The LTV implementation is finished but I'm still deciding on what the > user interface will be in the DSS case. Today I'll commit code for the > timestamp and the rest until the end of the week. I'm looking forward to seeing it! > About the "ETSI PAdES Remote I

Re: [iText-questions] PAdES-LTV implementation

2011-10-11 Thread Paulo Soares
resting but the real boss here is Acrobat and if it works there the test is done. My opinion, Bruno may think differently. Paulo -Original Message- From: mkl [mailto:m...@wir-sind-cool.org] Sent: Tuesday, October 04, 2011 9:24 AM To: itext-questions@lists.sourceforge.net Subject:

Re: [iText-questions] PAdES-LTV implementation

2011-10-04 Thread mkl
Paulo, on the topic of "PAdES-LTV implementation"... Paulo Soares-3 wrote: > Don't bother with it, it's being developed and will be available this > month [September] in iText. Will this implementation be available early enough for integration to be used in the "ETSI PAdES Remote Interop Event -

Re: [iText-questions] PAdES-LTV implementation

2011-09-06 Thread Paulo Soares
-questions] PAdES-LTV implementation Oh, that's a great news (and a big surprise), you just made my day. Is there anywhere any information on the scope iText will support ? Thank you, Alexandre 2011/9/6 Paulo Soares mailto:psoa...@glintt.com>> Don't bother with it, it's being

Re: [iText-questions] PAdES-LTV implementation

2011-09-06 Thread Alex B
> in iText. > > Paulo > > -- > *From:* Alex B [mailto:lxndr...@gmail.com] > *Sent:* Tuesday, September 06, 2011 10:21 AM > *To:* itext-questions@lists.sourceforge.net > *Subject:* [iText-questions] PAdES-LTV implementation > > Hi all, > >

Re: [iText-questions] PAdES-LTV implementation

2011-09-06 Thread Paulo Soares
Don't bother with it, it's being developed and will be available this month in iText. Paulo From: Alex B [mailto:lxndr...@gmail.com] Sent: Tuesday, September 06, 2011 10:21 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions]

[iText-questions] PAdES-LTV implementation

2011-09-06 Thread Alex B
Hi all, I am new to itext, currently trying to implement PAdES-LTV using it (and understanding how it works). I read old posts on this implementation, seeing that it would be necessary to modify itext's core. If this implementation still needs to modify iText's core, is it possible to have some

Re: [iText-questions] PAdES-BES/PAdES-EPES (ETSI TS 102 778-3 v.1.1.2)

2010-10-18 Thread mkl
Great news! Leonard Rosenthol-3 wrote: > Right - now that we announced, I can comment ;). > > Acrobat & Reader X FULLY support PAdES parts 1-4. (we chose not to do > part 5 at this time as we weren't seeing the customer interest) -- View this message in context: http://itext-general.2136553.

Re: [iText-questions] PAdES-BES/PAdES-EPES (ETSI TS 102 778-3 v.1.1.2)

2010-10-18 Thread Leonard Rosenthol
18, 2010 8:26 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PAdES-BES/PAdES-EPES (ETSI TS 102 778-3 v.1.1.2) Leonard, Leonard Rosenthol-3 wrote: > Just to clarify that statement... > > Adobe Acrobat supports parts 1, 2 and part of 4 of PAdES. We expect

Re: [iText-questions] PAdES-BES/PAdES-EPES (ETSI TS 102 778-3 v.1.1.2)

2010-10-18 Thread mkl
Leonard, Leonard Rosenthol-3 wrote: > Just to clarify that statement... > > Adobe Acrobat supports parts 1, 2 and part of 4 of PAdES. We expect > support parts 3, the rest of 4 and 5 in a future release. > > At this time, I am not aware of anyone shipping an implementation of all 5 > parts of

Re: [iText-questions] PADES LVT

2010-07-29 Thread Leonard Rosenthol
You only put stuff into the LTV block when doing a validation on an existing PDF and you have new validation information about it. Leonard From: Jan Hudak [mailto:hudakja...@gmail.com] Sent: Thursday, July 29, 2010 7:12 AM To: Post all your questions about iText here Subject: [iText-questions

Re: [iText-questions] PADES LVT

2010-07-29 Thread mkl
Jan, Jan Hudak wrote: > 1. Should be validation data from timestamp(normal timestamp not DTS) also > added to the DSS? I have pkc7 signature with timestamp inside pdf file. According to ETSI TS 102 778-4 V1.1.1 (2009-07) section 4.3, > 3) The signature and the signature Time-stamp should be v

[iText-questions] PADES LVT

2010-07-29 Thread Jan Hudak
Hi, I have question about PAdES LTV. I'm creating PAdES LTV, and I have some questions: 1. Should be validation data from timestamp(normal timestamp not DTS) also added to the DSS? I have pkc7 signature with timestamp inside pdf file. 2. If answer for first question is yes, how it should be ad

[iText-questions] PADES LVT

2010-07-29 Thread Jan Hudak
Hi, -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/

Re: [iText-questions] PAdES

2010-06-21 Thread Leonard Rosenthol
: itext-questions@lists.sourceforge.net Subject: [iText-questions] PAdES Hi, I want to write a program using IText, which will sign PDF documents conforming to PDF Advanced Electronic Signature Profiles (PAdES). Unfortunatelly I cannot find much info about this issue on the web and IText book is

[iText-questions] PAdES

2010-06-21 Thread Juraj Majer
Hi, I want to write a program using IText, which will sign PDF documents conforming to PDF Advanced Electronic Signature Profiles (PAdES). Unfortunatelly I cannot find much info about this issue on the web and IText book is not ready yet - http://itextpdf.com/book/index.php. I have some questions:

Re: [iText-questions] PADES LVT (part 4) Doc Time-stamp

2010-04-14 Thread Jan Hudak
to:hudakja...@gmail.com] > *Sent:* Wednesday, April 14, 2010 4:12 AM > *To:* Post all your questions about iText here > *Subject:* Re: [iText-questions] PADES LVT (part 4) Doc Time-stamp > > > > Thanks very much for answer, > > Do you have information about Document Time

Re: [iText-questions] PADES LVT (part 4) Doc Time-stamp

2010-04-14 Thread Andreas Kuehne
t's the general opinion about CAdES ? Is this a real life requirement ? Or just a paper spec ? Greetings Andreas From: Leonard Rosenthol To: Post all your questions about iText here Sent: Wed, April 14, 2010 11:50:37 AM Subject: Re: [iText-questions] PA

Re: [iText-questions] PADES LVT (part 4) Doc Time-stamp

2010-04-14 Thread Leonard Rosenthol
validating such signatures is from CryptoLog. Leonard From: Jan Hudak [mailto:hudakja...@gmail.com<mailto:hudakja...@gmail.com>] Sent: Tuesday, April 13, 2010 7:27 AM To: itext-questions@lists.sourceforge.net<mailto:itext-questions@lists.sourceforge.net> Subject: [iText-questions] PADES LVT

Re: [iText-questions] PADES LVT (part 4) Doc Time-stamp

2010-04-14 Thread Jan Hudak
gt; > > Leonard > > > > *From:* Jan Hudak [mailto:hudakja...@gmail.com] > *Sent:* Tuesday, April 13, 2010 7:27 AM > *To:* itext-questions@lists.sourceforge.net > *Subject:* [iText-questions] PADES LVT (part 4) Doc Time-stamp > > > > Hi, > > I am trying to implement th

Re: [iText-questions] PADES LVT (part 4) Doc Time-stamp

2010-04-13 Thread Leonard Rosenthol
Subject: [iText-questions] PADES LVT (part 4) Doc Time-stamp Hi, I am trying to implement the ETSI TS 102 778-Part 4, related to the extension of Long Term Validation of Signatures using iText. I sucessfully added DSS to the signed PDF document(reader use informations stored from DSS). Now I&#

[iText-questions] PADES LVT (part 4) Doc Time-stamp

2010-04-13 Thread Jan Hudak
Hi, I am trying to implement the ETSI TS 102 778-Part 4, related to the extension of Long Term Validation of Signatures using iText. I sucessfully added DSS to the signed PDF document(reader use informations stored from DSS). Now I'm trying add Document Time-stamp but when I open PDF in adobe rea

Re: [iText-questions] PAdES-LTV

2010-02-26 Thread Albert Ciffone
lto:albert.ciff...@gmail.com] > *Sent:* Thursday, February 25, 2010 11:41 AM > *To:* Post all your questions about iText here; Leonard Rosenthol > *Subject:* Re: [iText-questions] PAdES-LTV > > > > Hi Leonard, > > > > I create the DSS structure correctly, and acrobat

Re: [iText-questions] PAdES-LTV

2010-02-25 Thread Leonard Rosenthol
Ciffone [mailto:albert.ciff...@gmail.com] Sent: Thursday, February 25, 2010 11:41 AM To: Post all your questions about iText here; Leonard Rosenthol Subject: Re: [iText-questions] PAdES-LTV Hi Leonard, I create the DSS structure correctly, and acrobat recognize this part. I have the problem when

Re: [iText-questions] PAdES-LTV

2010-02-24 Thread Leonard Rosenthol
iText-questions] PAdES-LTV Hi, I'm trying to make a PAdES-LTV with iText but I'm not sure that the generated timeStamp which signs the whole document (first revision with original signature and DSS structure which contains certificate and revocation data) is correct because adobe can't

[iText-questions] PAdES-LTV

2010-02-24 Thread Albert Ciffone
Hi, I'm trying to make a PAdES-LTV with iText but I'm not sure that the generated timeStamp which signs the whole document (first revision with original signature and DSS structure which contains certificate and revocation data) is correct because adobe can't recognize it. To do this timeStamp i'm

Re: [iText-questions] PAdES-BES/PAdES-EPES (ETSI TS 102 778-3 v.1.1.2)

2010-01-13 Thread Leonard Rosenthol
Sent: Wednesday, January 13, 2010 12:16 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PAdES-BES/PAdES-EPES (ETSI TS 102 778-3 v.1.1.2) Is there a way to create a fully compliant PAdES-BES / PAdES-EPES document using iText? In order to implement the verification I need

Re: [iText-questions] PAdES-BES/PAdES-EPES (ETSI TS 102 778-3 v.1.1.2)

2010-01-13 Thread Jhack
Is there a way to create a fully compliant PAdES-BES / PAdES-EPES document using iText? In order to implement the verification I need a PDF sample. Thanks, J. -- This SF.Net email is sponsored by the Verizon Develo

Re: [iText-questions] PAdES-BES/PAdES-EPES (ETSI TS 102 778-3 v.1.1.2)

2010-01-13 Thread Leonard Rosenthol
[mailto:gbocca...@unimaticaspa.it] Sent: Wednesday, January 13, 2010 6:10 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PAdES-BES/PAdES-EPES (ETSI TS 102 778-3 v.1.1.2) Hi, I'm trying to implement the verification of PDF signatures created according to PAdES-BE

[iText-questions] PAdES-BES/PAdES-EPES (ETSI TS 102 778-3 v.1.1.2)

2010-01-13 Thread Jhack
Hi, I'm trying to implement the verification of PDF signatures created according to PAdES-BES and PAdES-EPES profiles, but I need a properly signed PDF document. I can't find anything on the Net and it seems that Adobe Acrobat isn't currently able to produce fully compliant PAdES documents