|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.knowcenter.wag.egov.egiz.pdf.PDFSignatureCreation
public class PDFSignatureCreation
This class provides wrapper methods to get an access to abstract PDF documents (PDFSignator).
There exists many open source libraries and commercial libraries that can implement the abstract
interface.
This class is to load the corresponding implementation of an abstract PDFSignator class. Therefor
it seams to be a factory. The factory settings are read from the configuration file calling the
SettingsReader.
SettingsReader
Field Summary | |
---|---|
protected static String |
DEFAULT_LIBRARY
The factory class prefix of the default library |
protected static String |
SETTINGS_KEY
The settings key defined in the settings file |
Constructor Summary | |
---|---|
PDFSignatureCreation(SignatureObject sigObject)
Load the configuration settings. |
Method Summary | |
---|---|
PDFSignatureObject |
getPDFSignatureObject()
Creates a new pdf signature object using the configured pdf library. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String DEFAULT_LIBRARY
protected static final String SETTINGS_KEY
SettingsReader
,
Constant Field ValuesConstructor Detail |
---|
public PDFSignatureCreation(SignatureObject sigObject) throws PDFDocumentException
sigObject
- the native signature object
PDFDocumentException
- ErrorCode:101Method Detail |
---|
public PDFSignatureObject getPDFSignatureObject() throws PDFDocumentException
PDFDocumentException
- ErrorCode:203
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |