Digitally sign pdf

Ulrik Stervbo ulriks at ruc.dk
Thu Sep 22 10:23:10 CEST 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Using

keytool -genkey -keyalg RSA -sigalg MD5withRSA -keystore testkeystore
- -alias mykey

I can add a signature to my pdfs, still using itext but without the
annoying 'form warning bar' (I am a tad confused)

Using the following code, I load the testkeystore - can I do something
similar with gpg?

            KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType());
            ks.load(new FileInputStream("testkeystore"),
"password".toCharArray());

Ulrik


Ulrik Stervbo wrote:
> Hello everyone,
>
> I was wondering how I could sign pdf-documents created with
> pdflatex?
>
> Can I use OpenPGP in some way?
>
> I have messed about with itext, but I end up with a 'form warning
> bar' in the viewer - not really what I want :-D
>
> Thanks Ulrik
>

_______________________________________________
Gnupg-users mailing list
Gnupg-users at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

- --
Reclaim Your Inbox!
http://www.mozilla.org/products/thunderbird
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDMmnuJSFe0jsfkmcRAsVtAJ9sTtc1ibvycKbZrkJtWnbPyzDodwCgkwvW
5LcdhdcvQYAh+0SKkBXZHAg=
=4QL4
-----END PGP SIGNATURE-----




More information about the Gnupg-users mailing list