Uses of Interface
at.knowcenter.wag.egov.egiz.sig.SignatureData

Packages that use SignatureData
at.gv.egiz.pdfas.framework.signator   
at.gv.egiz.pdfas.impl.signator   
at.gv.egiz.pdfas.impl.signator.binary   
at.gv.egiz.pdfas.impl.signator.textual   
at.knowcenter.wag.egov.egiz   
at.knowcenter.wag.egov.egiz.framework.signators   
at.knowcenter.wag.egov.egiz.pdf   
at.knowcenter.wag.egov.egiz.sig   
at.knowcenter.wag.egov.egiz.sig.connectors   
at.knowcenter.wag.egov.egiz.sig.connectors.bku   
at.knowcenter.wag.egov.egiz.sig.connectors.moa   
at.knowcenter.wag.egov.egiz.sig.connectors.mocca   
at.knowcenter.wag.egov.egiz.web.servlets   
 

Uses of SignatureData in at.gv.egiz.pdfas.framework.signator
 

Methods in at.gv.egiz.pdfas.framework.signator that return SignatureData
 SignatureData SignatorInformation.getSignatureData()
          Returns the SignatureData to be signed.
 

Uses of SignatureData in at.gv.egiz.pdfas.impl.signator
 

Methods in at.gv.egiz.pdfas.impl.signator that return SignatureData
abstract  SignatureData SignatorInformationImpl.getSignatureData()
           
 

Uses of SignatureData in at.gv.egiz.pdfas.impl.signator.binary
 

Fields in at.gv.egiz.pdfas.impl.signator.binary declared as SignatureData
protected  SignatureData BinarySignatorInformation.signatureData
           
 

Methods in at.gv.egiz.pdfas.impl.signator.binary that return SignatureData
protected  SignatureData BinarySignator_1_1_0.formSignatureData(IncrementalUpdateInformation iui)
          Overrides the SignatureData generation of the BinarySignator 1.0.0 so that the SignatureData is the actual binary PDF instead of a Base64 encoding.
protected  SignatureData BinarySignator_1_0_0.formSignatureData(IncrementalUpdateInformation iui)
          Forms the SignatureData to be used for signing.
 SignatureData BinarySignatorInformation.getSignatureData()
           
 

Uses of SignatureData in at.gv.egiz.pdfas.impl.signator.textual
 

Fields in at.gv.egiz.pdfas.impl.signator.textual declared as SignatureData
protected  SignatureData TextualSignatorInformation.signatureData
           
 

Methods in at.gv.egiz.pdfas.impl.signator.textual that return SignatureData
 SignatureData TextualSignatorInformation.getSignatureData()
           
 

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

Methods in at.knowcenter.wag.egov.egiz that return SignatureData
static SignatureData PdfAS.convertSignatureHolderToSignatureData(SignatureHolder signature_holder)
           
 

Methods in at.knowcenter.wag.egov.egiz with parameters of type SignatureData
static SignSignatureObject PdfAS.sign(SignatureData data_to_sign, Connector connector, TimeStamper timeStamper)
          Signs the given text with the provided connector using the given signature type.
 

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

Methods in at.knowcenter.wag.egov.egiz.framework.signators that return SignatureData
protected  SignatureData BinarySignator_1_1_0.formSignatureData(IncrementalUpdateInformation iui)
          Deprecated. Overrides the SignatureData generation of the BinarySignator 1.0.0 so that the SignatureData is the actual binary PDF instead of a Base64 encoding.
protected  SignatureData BinarySignator_1_0_0.formSignatureData(IncrementalUpdateInformation iui)
          Deprecated. Forms the SignatureData to be used for signing.
 

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

Fields in at.knowcenter.wag.egov.egiz.pdf declared as SignatureData
 SignatureData IncrementalUpdateInformation.signature_data
          The data to be signed or verified.
 

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

Classes in at.knowcenter.wag.egov.egiz.sig that implement SignatureData
 class SignatureDataImpl
          Generic implementation of the SignatureData interface for being used by signators and verificators.
 

Uses of SignatureData in at.knowcenter.wag.egov.egiz.sig.connectors
 

Methods in at.knowcenter.wag.egov.egiz.sig.connectors with parameters of type SignatureData
 String LocalConnector.prepareSignRequest(SignatureData data)
          Prepares the sign request xml to be sent using the sign request template.
 String LocalConnector.prepareVerifyRequest(SignatureData data, SignSignatureObject so)
          Prepares the verify request xml to be sent using the verify request template.
 SignSignatureObject Connector.doSign(SignatureData data)
          Performs a sign.
 SignatureResponse Connector.doVerify(SignatureData data, SignSignatureObject so)
          Performs a verification.
 

Uses of SignatureData in at.knowcenter.wag.egov.egiz.sig.connectors.bku
 

Methods in at.knowcenter.wag.egov.egiz.sig.connectors.bku with parameters of type SignatureData
 SignSignatureObject EnvelopedBase64BKUConnector.doSign(SignatureData data)
           
 SignatureResponse EnvelopedBase64BKUConnector.doVerify(SignatureData data, SignSignatureObject so)
           
 String EnvelopedBase64BKUConnector.prepareXMLContent(SignatureData data, SignSignatureObject so)
          Prepares the XML content the holds the actual signature data.
 String EnvelopedBase64BKUConnector.prepareSignRequest(SignatureData data)
          Prepares the sign request xml to be sent using the sign request template.
 String EnvelopedBase64BKUConnector.prepareVerifyRequest(SignatureData data, SignSignatureObject so)
          Prepares the verify request xml to be sent using the verify request template.
 String DetachedBKUConnector.prepareSignRequest(SignatureData data)
          Prepares the sign request xml to be sent using the sign request template.
protected  Properties DetachedBKUConnector.sendRequest(String url, String request_string, SignatureData data)
          Sends the request and data to the given URL.
 SignSignatureObject DetachedBKUConnector.doSign(SignatureData data)
          Performs a sign.
 SignatureResponse DetachedBKUConnector.doVerify(SignatureData data, SignSignatureObject so)
          Performs a verification.
 String DetachedBKUConnector.prepareVerifyRequest(SignatureData data, SignSignatureObject so)
          Prepares the verify request xml to be sent using the verify request template.
 String DetachedBKUConnector.prepareXMLContent(SignatureData data, SignSignatureObject so)
          Prepares the XML content the holds the actual signature data.
static Properties BKUPostConnection.doPostRequestMultipart(String url, String request, SignatureData data)
          Sends a multipart/form-data HTTP Post request to the given URL.
static String BKUHelper.prepareBase64Content(SignatureData data)
          Encodes the given SignatureData to a valid Base64Content.
static byte[] BKUHelper.prepareEnvelopingData(SignatureData data)
          Prepares the enveloping data.
 

Uses of SignatureData in at.knowcenter.wag.egov.egiz.sig.connectors.moa
 

Methods in at.knowcenter.wag.egov.egiz.sig.connectors.moa with parameters of type SignatureData
protected  String MOASoapWithAttachmentConnector.prepareSignRequest(SignatureData data)
           
 SignSignatureObject MOASoapWithAttachmentConnector.doSign(SignatureData data)
           
 SignatureResponse MOASoapWithAttachmentConnector.doVerify(SignatureData data, SignSignatureObject so)
           
 String MOASoapWithAttachmentConnector.prepareVerifyRequest(SignatureData data, SignSignatureObject so)
          Prepares the verify request xml to be sent using the verify request template.
 String MOASoapWithAttachmentConnector.prepareXMLContent(SignatureData data, SignSignatureObject so)
           
protected  Properties MOASoapWithAttachmentConnector.sendRequest(String url, String mode, String request_string, SignatureData data)
           
static Properties MOASoapConnection.doPostRequestMultipart(String url, String serviceMode, String request, SignatureData data)
           
 SignSignatureObject EnvelopingBase64MOAConnector.doSign(SignatureData data)
           
 SignatureResponse EnvelopingBase64MOAConnector.doVerify(SignatureData data, SignSignatureObject so)
           
protected  String EnvelopingBase64MOAConnector.prepareSignRequest(SignatureData data)
          Prepares the sign request xml to be sent using the sign request template.
 String EnvelopingBase64MOAConnector.prepareVerifyRequest(SignatureData data, SignSignatureObject so)
          Prepares the verify request xml to be sent using the verify request template.
 String EnvelopingBase64MOAConnector.prepareXMLContent(SignatureData data, SignSignatureObject so)
          Prepares the XML content the holds the actual signature data.
protected  String DetachedLocRefMOAConnector.prepareSignRequest(SignatureData data)
           
 SignSignatureObject DetachedLocRefMOAConnector.doSign(SignatureData data)
           
 SignatureResponse DetachedLocRefMOAConnector.doVerify(SignatureData data, SignSignatureObject so)
           
 String DetachedLocRefMOAConnector.prepareVerifyRequest(SignatureData data, SignSignatureObject so)
          Prepares the verify request xml to be sent using the verify request template.
 String DetachedLocRefMOAConnector.prepareXMLContent(SignatureData data, SignSignatureObject so)
           
 

Uses of SignatureData in at.knowcenter.wag.egov.egiz.sig.connectors.mocca
 

Methods in at.knowcenter.wag.egov.egiz.sig.connectors.mocca with parameters of type SignatureData
protected  Properties LocRefDetachedMOCCAConnector.sendRequest(String url, String request_string, SignatureData data)
          Sends the request to the given URL.
 SignSignatureObject LocRefDetachedMOCCAConnector.doSign(SignatureData data)
          Starts a signature process.
 SignatureResponse LocRefDetachedMOCCAConnector.doVerify(SignatureData data, SignSignatureObject so)
          Verification is not supported by MOCCA.
 String LocRefDetachedMOCCAConnector.prepareSignRequest(SignatureData data)
          Prepares the signature request xml to be sent using the sign request template.
 String LocRefDetachedMOCCAConnector.prepareVerifyRequest(SignatureData data, SignSignatureObject so)
          Verification is not supported by MOCCA.
 String LocRefDetachedMOCCAConnector.prepareXMLContent(SignatureData data, SignSignatureObject so)
          Prepares the xml content of a signature creation request including the link to the signature data.
 

Uses of SignatureData in at.knowcenter.wag.egov.egiz.web.servlets
 

Methods in at.knowcenter.wag.egov.egiz.web.servlets with parameters of type SignatureData
protected  void RetrieveSignatureDataServlet.writeSignatureData(SignatureData sd, HttpServletResponse response)
           
 



Copyright © 2006-2010. All Rights Reserved.