Uses of Interface
at.knowcenter.wag.egov.egiz.pdf.SignatureHolder

Packages that use SignatureHolder
at.gv.egiz.pdfas.impl.api.commons   
at.gv.egiz.pdfas.impl.api.verify   
at.gv.egiz.pdfas.impl.vfilter   
at.gv.egiz.pdfas.utils   
at.gv.egiz.pdfas.web   
at.knowcenter.wag.egov.egiz   
at.knowcenter.wag.egov.egiz.pdf   
 

Uses of SignatureHolder in at.gv.egiz.pdfas.impl.api.commons
 

Fields in at.gv.egiz.pdfas.impl.api.commons declared as SignatureHolder
protected  SignatureHolder SignatureInformationAdapter.signatureHolder
          The framework SignatureHolder to be adapted to an API SignatureInformation.
 

Constructors in at.gv.egiz.pdfas.impl.api.commons with parameters of type SignatureHolder
SignatureInformationAdapter(SignatureHolder signatureHolder)
          Constructor.
 

Uses of SignatureHolder in at.gv.egiz.pdfas.impl.api.verify
 

Constructors in at.gv.egiz.pdfas.impl.api.verify with parameters of type SignatureHolder
VerifyResultAdapter(SignatureResponse sigRes, SignatureHolder sh, Date verificationTime)
          Constructor.
 

Uses of SignatureHolder in at.gv.egiz.pdfas.impl.vfilter
 

Fields in at.gv.egiz.pdfas.impl.vfilter declared as SignatureHolder
 SignatureHolder VerificationFilterImpl.SignaturesAndOld.oldSignature
           
 

Methods in at.gv.egiz.pdfas.impl.vfilter that return SignatureHolder
protected  SignatureHolder VerificationFilterImpl.extractOldSignature(String extractedText, List newSignatures)
          Extracts the old signature from the text, but only if it is older than the oldest signature of the new signatueres.
 

Uses of SignatureHolder in at.gv.egiz.pdfas.utils
 

Methods in at.gv.egiz.pdfas.utils with parameters of type SignatureHolder
static String DataHashUtils.buildDataHash(SignatureHolder sh)
           
 

Uses of SignatureHolder in at.gv.egiz.pdfas.web
 

Fields in at.gv.egiz.pdfas.web declared as SignatureHolder
 SignatureHolder VerifySessionInformation.moa_holder
          This is used only for MOA loc-ref web verify.
 

Methods in at.gv.egiz.pdfas.web that return SignatureHolder
 SignatureHolder CurrentLocalOperation.getCurrentSignatureHolder()
           
 

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

Methods in at.knowcenter.wag.egov.egiz with parameters of type SignatureHolder
static SignatureResponse PdfAS.verify(SignatureHolder signature_holder, String connectorType, boolean returnHashInputData, Date verificationTime)
          Verifies a SignatureHolder using the given connector.
static SignatureResponse PdfAS.verifyWeb(SignatureHolder signature_holder, String connector, String loc_ref)
           
static SignatureData PdfAS.convertSignatureHolderToSignatureData(SignatureHolder signature_holder)
           
 

Uses of SignatureHolder in at.knowcenter.wag.egov.egiz.pdf
 

Classes in at.knowcenter.wag.egov.egiz.pdf that implement SignatureHolder
 class BinarySignatureHolder
          Data structure that holds the information of one binary signature block, which is the signed/signable pdf and the corresponding SignatureObject.
 class NoSignatureHolder
           
 class TextualSignatureHolder
          Data structure that holds the information of one signature block, which is the signed/signable text and the corresponding SignatureObject.
 

Methods in at.knowcenter.wag.egov.egiz.pdf with parameters of type SignatureHolder
static void TextualSignatureHolder.trySetUiBlockEndPos(SignatureHolder sh, int uiBlockEndPos)
           
 



Copyright © 2006-2010. All Rights Reserved.