Now it compiles but when I try to sign a pdf I get this error:
Exception in thread "main" java.lang.NullPointerException
at
com.itextpdf.text.pdf.security.PrivateKeySignature.(PrivateKeySignature.java:76)
at SignWithCAcert
On 23/07/2013 15:53, beppecosta wrote:
> Hello,
>
> I' trying to encrypt a Pdf using the example from the latest white paper of
> Bruno Lowagie, at page 66,
> with "bcprov-ext-jdk15on-149.jar", "bcmail-jdk15on-149.jar" and
> "itextpdf-5.4.1.jar"
>
> When compiling, I get this error:
>
> /pdf/SignPd
Hello,
I' trying to encrypt a Pdf using the example from the latest white paper of
Bruno Lowagie, at page 66,
with "bcprov-ext-jdk15on-149.jar", "bcmail-jdk15on-149.jar" and
"itextpdf-5.4.1.jar"
When compiling, I get this error:
/pdf/SignPdf.java:41: cannot find symbol
symbol : class S