Uses of Class
at.knowcenter.wag.egov.egiz.PdfASID

Packages that use PdfASID
at.knowcenter.wag.egov.egiz   
at.knowcenter.wag.egov.egiz.commandline   
at.knowcenter.wag.egov.egiz.framework   
at.knowcenter.wag.egov.egiz.framework.signators   
at.knowcenter.wag.egov.egiz.framework.verificators   
at.knowcenter.wag.egov.egiz.sig   
at.knowcenter.wag.egov.egiz.web   
 

Uses of PdfASID in at.knowcenter.wag.egov.egiz
 

Methods in at.knowcenter.wag.egov.egiz with parameters of type PdfASID
static SignResult PdfAS.sign(PdfASID algorithm, byte[] pdf, String signature_type, String connector, String user_name, String user_password, TablePos pos)
          Signs the document using the given algorithm.
 

Constructors in at.knowcenter.wag.egov.egiz with parameters of type PdfASID
PdfASID(PdfASID other)
          Copy Constructor.
 

Uses of PdfASID in at.knowcenter.wag.egov.egiz.commandline
 

Methods in at.knowcenter.wag.egov.egiz.commandline that return PdfASID
protected static PdfASID Main.translateSignatureModeToPdfASID(String signature_mode)
          Translates the commandline argument to a PDF-AS-ID.
 

Uses of PdfASID in at.knowcenter.wag.egov.egiz.framework
 

Fields in at.knowcenter.wag.egov.egiz.framework declared as PdfASID
static PdfASID SignatorFactory.MOST_RECENT_BINARY_SIGNATOR_ID
          The most recent binary algorithm this application provides.
static PdfASID SignatorFactory.MOST_RECENT_DETACHED_SIGNATOR_ID
          The most recent test algorithm this application provides.
static PdfASID SignatorFactory.MOST_RECENT_TEXTUAL_SIGNATOR_ID
          The most recent textual algorithm this application provides.
 

Methods in at.knowcenter.wag.egov.egiz.framework that return PdfASID
protected  PdfASID VerificationFilter.extractKZFromEGIZBlock(byte[] pdf, FooterParseResult block)
          Extracts the PDF AS ID of the egiz block.
 

Methods in at.knowcenter.wag.egov.egiz.framework with parameters of type PdfASID
protected  void VerificationFilter.checkKZ(PdfASID kz)
          Checks, if the given KZ is recognized by this application or logs a warning if it isn't.
static Signator SignatorFactory.createSignator(PdfASID id)
          Creates a Signator for the given ID.
 

Uses of PdfASID in at.knowcenter.wag.egov.egiz.framework.signators
 

Fields in at.knowcenter.wag.egov.egiz.framework.signators declared as PdfASID
static PdfASID BinarySignator_1_0_0.MY_ID
          The Pdf-AS ID of this Signator.
static PdfASID DetachedSignator_1_0_0.MY_ID
          The Pdf-AS ID of this Signator.
static PdfASID TextualSignator_1_0_0.MY_ID
          The Pdf-AS ID of this Signator.
 

Uses of PdfASID in at.knowcenter.wag.egov.egiz.framework.verificators
 

Fields in at.knowcenter.wag.egov.egiz.framework.verificators declared as PdfASID
static PdfASID BinaryVerificator_1_0_0.MY_ID
          The Pdf-AS ID of this Verificator.
static PdfASID TextualVerificator_1_0_0.MY_ID
          The Pdf-AS ID of this Verificator.
 

Uses of PdfASID in at.knowcenter.wag.egov.egiz.sig
 

Methods in at.knowcenter.wag.egov.egiz.sig that return PdfASID
 PdfASID SignatureObject.getKZ()
          Returns the "Kennzeichnung" of this signature.
 

Methods in at.knowcenter.wag.egov.egiz.sig with parameters of type PdfASID
 void SignatureObject.setKZ(PdfASID kz)
          Sets the "Kennzeichnung".
 

Uses of PdfASID in at.knowcenter.wag.egov.egiz.web
 

Methods in at.knowcenter.wag.egov.egiz.web that return PdfASID
protected static PdfASID FormFields.translateSignatureModeToPdfASID(String signature_mode)
          Translates the form field to a PDF-AS-ID.
 



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