at.gv.egiz.pdfas.impl.signator.textual
Class TextualSignator_1_1_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
All Implemented Interfaces:
Signator
Direct Known Subclasses:
TextualSignator_1_2_0

public class TextualSignator_1_1_0
extends TextualSignator_1_0_0

Signs a document textually.

Author:
wprinz
See Also:
TextualSignator_1_0_0

Field Summary
static PdfASID MY_ID
          The Pdf-AS ID of this Signator.
 
Constructor Summary
TextualSignator_1_1_0()
           
 
Method Summary
 PdfASID getMyId()
          Returns the PdfASID of this Connector.
 
Methods inherited from class at.gv.egiz.pdfas.impl.signator.textual.TextualSignator_1_0_0
finishSign, getEncoding, 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_1_0

public TextualSignator_1_1_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_0_0
See Also:
Signator.getMyId()


Copyright © 2006-2010. All Rights Reserved.