Menu

Tree [38c057] master 2.0-Release /
 History

HTTPS access


File Date Author Commit
 Icons 2013-02-14 Peter Pflaeging Peter Pflaeging [cc86b2] Merge branch 'master' of https://github.com/pfl...
 Installer 2013-02-15 Peter Pflaeging Peter Pflaeging [494056] no message
 OpenOffice 2013-02-14 Peter Pflaeging Peter Pflaeging [cc86b2] Merge branch 'master' of https://github.com/pfl...
 Web 2013-02-15 Peter Pflaeging Peter Pflaeging [3a7797] Updated documentation, implemented patch for GT...
 doc 2013-02-14 Peter Pflaeging Peter Pflaeging [cc86b2] Merge branch 'master' of https://github.com/pfl...
 linux 2013-02-14 Peter Pflaeging Peter Pflaeging [cc86b2] Merge branch 'master' of https://github.com/pfl...
 mac 2013-02-14 Peter Pflaeging Peter Pflaeging [cc86b2] Merge branch 'master' of https://github.com/pfl...
 nbproject 2013-02-14 Peter Pflaeging Peter Pflaeging [cc86b2] Merge branch 'master' of https://github.com/pfl...
 src 2013-02-15 Peter Pflaeging Peter Pflaeging [3a7797] Updated documentation, implemented patch for GT...
 test 2013-02-14 Peter Pflaeging Peter Pflaeging [cc86b2] Merge branch 'master' of https://github.com/pfl...
 .gitattributes 2013-02-14 Peter Pflaeging Peter Pflaeging [cc86b2] Merge branch 'master' of https://github.com/pfl...
 .gitignore 2013-02-14 Peter Pflaeging Peter Pflaeging [cc86b2] Merge branch 'master' of https://github.com/pfl...
 HowTo-InternalUse.txt 2013-02-14 Peter Pflaeging Peter Pflaeging [cc86b2] Merge branch 'master' of https://github.com/pfl...
 HowTo-Netbeans.txt 2013-02-14 Peter Pflaeging Peter Pflaeging [cc86b2] Merge branch 'master' of https://github.com/pfl...
 README.md 2013-02-15 Peter Pflaeging Peter Pflaeging [38c057] Readme
 README.txt 2013-02-15 Peter Pflaeging Peter Pflaeging [494056] no message
 Readme.md 2013-02-15 Peter Pflaeging Peter Pflaeging [494056] no message
 Translation.txt 2013-02-14 Peter Pflaeging Peter Pflaeging [cc86b2] Merge branch 'master' of https://github.com/pfl...
 build.xml 2013-02-14 Peter Pflaeging Peter Pflaeging [cc86b2] Merge branch 'master' of https://github.com/pfl...
 catalog.xml 2013-02-14 Peter Pflaeging Peter Pflaeging [cc86b2] Merge branch 'master' of https://github.com/pfl...
 manifest.mf 2013-02-14 Peter Pflaeging Peter Pflaeging [cc86b2] Merge branch 'master' of https://github.com/pfl...

Read Me

PortableSigner2

PortableSigner - A Commandline and GUI Tool to digital sign PDF files with X.509 certificates


English (german scroll down)

Start program with

java -jar PortableSigner

There's a minimal installer in the package PortableSigner-Generic-x.x.xxx.zip
in the directory linux/.

There's a full blown installer as PortableSigner-Installer-x.x.xxx.exe.

The following additional libraries are provided and used:

- itext (siehe auch http://itext.sourceforge.net)
- BouncyCastle (siehe auch http://www.bouncycastle.org)
- Swing-layout (siehe auch http://layout.jdesktop.org)

For the use of Bouncycastle the Java Strong export Security must be used.
(Look at http://www.bouncycastle.org/documentation.html):

"
3. If you are using JDK 1.4, or later, you must use the signed jar for
the provider and you must download the unrestricted policy files for
the Sun JCE if you want the provider to work properly. The policy files
can be found at the same place as the JDK download. Further information
on this can be found in the Sun documentation on the JCE. If you have not
installed the policy files you will see something like:

java.lang.SecurityException: Unsupported keysize or algorithm parameters
at javax.crypto.Cipher.init(DashoA6275)
"

The new JCE Policy can be found
http://java.sun.com/javase/downloads/index.jsp
at the end of the page:
"Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy "

If you're upgrading your Java runtime, please reinstall the policies to apply
the security policies again.

:peter pflaeging peter@pflaeging.net

Deutsch

Das vorliegende Programm laesst sich in einer Java 1.5.0 Umgebung mit

java -jar PortableSigner.jar starten.

Es gibt minimalen Installationssupport fuer Linux im Paket
PortableSigner-Generic-x.x.xxx.zip im Verziechnis linux/.

Es gibt einen kompletten Installer fuer Windows als
Paket: PortableSigner-Installer-x.x.xxx.exe.

Es verwendet folgende zusaetzliche Klassenbibliotheken:

- itext (siehe auch http://itext.sourceforge.net)
- BouncyCastle (siehe auch http://www.bouncycastle.org)
- Swing-layout (siehe auch http://layout.jdesktop.org)

Fuer die Verwendung von Bouncycastle muss das Schema fuer Strong Export Security
in der Java Runtime installiert sein (siehe auch Zitat
von http://www.bouncycastle.org/documentation.html):

"
3. If you are using JDK 1.4, or later, you must use the signed jar for
the provider and you must download the unrestricted policy files for
the Sun JCE if you want the provider to work properly. The policy files
can be found at the same place as the JDK download. Further information
on this can be found in the Sun documentation on the JCE. If you have not
installed the policy files you will see something like:

java.lang.SecurityException: Unsupported keysize or algorithm parameters
at javax.crypto.Cipher.init(DashoA6275)

"

Die neue JCE Policy ist zu finden unter
http://java.sun.com/javase/downloads/index.jsp
gegen Ende der Seite als:
"Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy "

Sollten Sie Ihre Java Runtime updaten oder neu installieren, bitte die Policy
noch einmal installieren, damit die Security Policy auch dort wirkt.

:peter pflaeging peter@pflaeging.net

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.