at.gv.egiz.pdfas.impl.signator.textual
Class TextualSignator_1_2_0

java.lang.Object
  extended byat.gv.egiz.pdfas.impl.signator.textual.TextualSignator_1_0_0
      extended byat.gv.egiz.pdfas.impl.signator.textual.TextualSignator_1_1_0
          extended byat.gv.egiz.pdfas.impl.signator.textual.TextualSignator_1_2_0
All Implemented Interfaces:
Signator

public class TextualSignator_1_2_0
extends TextualSignator_1_1_0

Author:
dferbas

Field Summary
static PdfASID MY_ID
          The Pdf-AS ID of this Signator.
 
Constructor Summary
TextualSignator_1_2_0()
           
 
Method Summary
 String getEncoding()
          Suppies encoding for text extraction
 PdfASID getMyId()
          Returns the PdfASID of this Connector.
 
Methods inherited from class at.gv.egiz.pdfas.impl.signator.textual.TextualSignator_1_0_0
finishSign, prepareSign
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MY_ID

public static final PdfASID MY_ID
The Pdf-AS ID of this Signator.

Constructor Detail

TextualSignator_1_2_0

public TextualSignator_1_2_0()
Method Detail

getMyId

public PdfASID getMyId()
Description copied from interface: Signator
Returns the PdfASID of this Connector.

This should always return the MY_ID static field of the connector. Dont't forget to override this.

Within connector code always use this method so that code reuse through derivation can take place correctly.

Specified by:
getMyId in interface Signator
Overrides:
getMyId in class TextualSignator_1_1_0
See Also:
Signator.getMyId()

getEncoding

public String getEncoding()
Description copied from interface: Signator
Suppies encoding for text extraction

Specified by:
getEncoding in interface Signator
Overrides:
getEncoding in class TextualSignator_1_0_0


Copyright © 2006-2010. All Rights Reserved.