Alessio Caiazza is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

nolith / PortableNotary http://abisso.org/projects/portablenotary/

PortableNotary permits you to verify pdf signature. It's OS independent and can be used from command line.

Clone this repository (size: 187.9 KB): HTTPS / SSH
hg clone https://bitbucket.org/nolith/portablenotary
hg clone ssh://hg@bitbucket.org/nolith/portablenotary

PortableNotary / .classpath

Branch
trunk
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
        <classpathentry kind="src" path="src"/>
        <classpathentry kind="lib" path="libs/itext-2.0.4.jar"/>
        <classpathentry kind="lib" path="libs/commons-cli-1.0.jar"/>
        <classpathentry kind="lib" path="libs/bcprov-jdk15-136.jar"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="output" path="bin"/>
</classpath>