Re: [iText-questions] serializable classes

2011-12-23 Thread mkl
jv r wrote > I would like to know if you are planning to implement to > java.io.serializable interface the PdfSignatureAppereance class. What do you expect from that? If you serialized that class, you would also have to serialize the associated stamper and its state which might include (after the

[iText-questions] serializable classes

2011-12-22 Thread jv r
Hi, I would like to know if you are planning to implement to java.io.serializable interface the PdfSignatureAppereance class. In this case, It will possible to serialize the object if a smart card is used to make the signature? The setCrypto method could use the key from the smartcard. Will you get