org.pdfbox.examples.signature
Class ShowSignature

java.lang.Object
  extended by org.pdfbox.examples.signature.ShowSignature

public class ShowSignature
extends Object

This will read a document from the filesystem, decrypt it and do something with the signature. usage: java org.pdfbox.examples.signature.ShowSignature <password> <inputfile>

Version:
$Revision: 1.8 $
Author:
Ben Litchfield (ben@csh.rit.edu)

Constructor Summary
ShowSignature()
           
 
Method Summary
static void main(String[] args)
          This is the entry point for the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowSignature

public ShowSignature()
Method Detail

main

public static void main(String[] args)
                 throws Exception
This is the entry point for the application.

Parameters:
args - The command-line arguments.
Throws:
Exception - If there is an error reading the file.


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.