|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of ConnectorException in at.gv.egiz.pdfas.commandline |
| Methods in at.gv.egiz.pdfas.commandline that throw ConnectorException | |
static String |
CommandlineConnectorChooser.chooseCommandlineConnectorForSign(String connectorType)
|
static String |
CommandlineConnectorChooser.chooseCommandlineConnectorForVerify(String connectorType,
PdfASID sig_kz,
String sig_id,
String profile)
|
protected static String |
CommandlineConnectorChooser.chooseEnvelopingBase64ConnectorOld(String sig_app)
|
protected static String |
CommandlineConnectorChooser.chooseEnvelopingBase64ConnectorHotfix(String sig_app)
|
protected static String |
CommandlineConnectorChooser.chooseDetachedMultipartConnector(String sig_app)
|
| Uses of ConnectorException in at.gv.egiz.pdfas.exceptions.external |
| Subclasses of ConnectorException in at.gv.egiz.pdfas.exceptions.external | |
class |
ExternalErrorException
|
| Uses of ConnectorException in at.gv.egiz.pdfas.framework |
| Methods in at.gv.egiz.pdfas.framework that throw ConnectorException | |
static Connector |
ConnectorFactory.createConnector(String connectorId,
ConnectorParameters connectorParameters)
|
| Uses of ConnectorException in at.knowcenter.wag.egov.egiz |
| Methods in at.knowcenter.wag.egov.egiz that throw ConnectorException | |
static List |
PdfAS.verifySignatureHolders(List signature_holders,
String connectorType,
boolean returnHashInputData,
Date verificationTime)
|
static List |
PdfAS.verifySignatureHoldersWeb(List signature_holders,
VerifySessionInformation si,
String loc_ref)
|
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 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 ConnectorException in at.knowcenter.wag.egov.egiz.sig.connectors |
| Methods in at.knowcenter.wag.egov.egiz.sig.connectors that throw ConnectorException | |
String |
LocalConnector.prepareSignRequest(SignatureData data)
Prepares the sign request xml to be sent using the sign request template. |
SignSignatureObject |
LocalConnector.analyzeSignResponse(Properties response_properties)
Analyzes the sign response xml and extracts the signature data. |
String |
LocalConnector.prepareVerifyRequest(SignatureData data,
SignSignatureObject so)
Prepares the verify request xml to be sent using the verify request template. |
SignatureResponse |
LocalConnector.analyzeVerifyResponse(Properties response_properties)
Analyzes the verify response string. |
static LocalConnector |
ConnectorChooser.chooseLocalConnectorForSign(String connector,
String profile,
String loc_ref_url)
Deprecated. |
static Connector |
ConnectorChooser.chooseWebConnectorForSign(String connector,
String profile,
String loc_ref_url)
Deprecated. |
static LocalConnector |
ConnectorChooser.chooseLocalConnectorForVerify(String connector,
PdfASID sig_kz,
String sig_id,
String profile,
String loc_ref_url)
Deprecated. |
static Connector |
ConnectorChooser.chooseWebConnectorForVerify(String connector,
PdfASID sig_kz,
String sig_id,
String profile,
String loc_ref_url)
Deprecated. |
protected static Connector |
ConnectorChooser.chooseEnvelopedBase64ConnectorOld(String profile,
String sig_app)
Deprecated. |
protected static Connector |
ConnectorChooser.chooseEnvelopedBase64ConnectorHotfix(String profile,
String sig_app)
Deprecated. |
protected static Connector |
ConnectorChooser.chooseDetachedMultipartConnector(String profile,
String sig_app)
Deprecated. |
SignSignatureObject |
Connector.doSign(SignatureData data)
Performs a sign. |
SignatureResponse |
Connector.doVerify(SignatureData data,
SignSignatureObject so)
Performs a verification. |
| Uses of ConnectorException in at.knowcenter.wag.egov.egiz.sig.connectors.bku |
| Methods in at.knowcenter.wag.egov.egiz.sig.connectors.bku that throw ConnectorException | |
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. |
protected Properties |
EnvelopedBase64BKUConnector.sendRequest(String url,
String request_string)
Sends the request to the given URL. |
SignSignatureObject |
EnvelopedBase64BKUConnector.analyzeSignResponse(Properties response_properties)
Analyzes the sign response xml and extracts the signature data. |
SignatureResponse |
EnvelopedBase64BKUConnector.analyzeVerifyResponse(Properties response_properties)
Analyzes the verify response string. |
String |
DetachedBKUConnector.prepareSignRequest(SignatureData data)
Prepares the sign request xml to be sent using the sign request template. |
SignSignatureObject |
DetachedBKUConnector.analyzeSignResponse(Properties response_properties)
Analyzes the sign response xml and extracts the signature data. |
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. |
SignatureResponse |
DetachedBKUConnector.analyzeVerifyResponse(Properties response_properties)
Analyzes the verify response string. |
static void |
BKUHelper.checkResponseForError(String response_string)
Checks the response xml for an error description and if found throws an appropriate exception. |
static SignSignatureObject |
BKUHelper.parseCreateXMLResponse(String xmlResponse,
IdFormatter id_formatter,
ConnectorEnvironment environment)
This method parses the BKU-Response string. |
| Constructors in at.knowcenter.wag.egov.egiz.sig.connectors.bku that throw ConnectorException | |
OldEnvelopingBase64BKUConnector(String profile)
|
|
OldEnvelopingBase64BKUConnector.OverriddenEnvironment(String profile)
|
|
MultipartDetachedBKUConnector(ConnectorParameters connectorParameters)
|
|
LocRefDetachedBKUConnector(ConnectorParameters connectorParameters,
String loc_ref_content)
|
|
EnvelopedBase64BKUConnector(String profile)
Constructor that builds the configuration environment for this connector according to the given profile. |
|
EnvelopedBase64BKUConnector.Environment(String profile)
Initializes the environment with a given profile. |
|
DetachedBKUConnector(ConnectorParameters connectorParameters,
String loc_ref_content)
Constructor that builds the configuration environment for this connector according to the given profile. |
|
DetachedBKUConnector.Environment(String profile,
String loc_ref_content)
Initializes the environment with a given profile. |
|
| Uses of ConnectorException in at.knowcenter.wag.egov.egiz.sig.connectors.moa |
| Methods in at.knowcenter.wag.egov.egiz.sig.connectors.moa that throw ConnectorException | |
protected String |
MOASoapWithAttachmentConnector.prepareSignRequest(SignatureData data)
|
SignSignatureObject |
MOASoapWithAttachmentConnector.analyzeSignResponse(Properties response_properties)
|
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. |
SignatureResponse |
MOASoapWithAttachmentConnector.analyzeVerifyResponse(Properties response_properties)
Analyzes the verify response string. |
String |
MOASoapWithAttachmentConnector.prepareXMLContent(SignatureData data,
SignSignatureObject so)
|
protected Properties |
MOASoapWithAttachmentConnector.sendRequest(String url,
String mode,
String request_string,
SignatureData data)
|
void |
MOASoapWithAttachmentConnector.reInitVerifyTemplate(String templatePropKey)
|
void |
MOASoapWithAttachmentConnector.Environment.reInitVerifyTemplate(String templatePropKey)
|
static SignSignatureObject |
MOAHelper.parseCreateXMLResponse(String xmlResponse,
IdFormatter id_formatter,
ConnectorEnvironment environment)
This method parses the MOA-Response string. |
SignSignatureObject |
EnvelopingBase64MOAConnector.doSign(SignatureData data)
|
SignatureResponse |
EnvelopingBase64MOAConnector.doVerify(SignatureData data,
SignSignatureObject so)
|
protected Properties |
EnvelopingBase64MOAConnector.sendRequest(String url,
String mode,
String request_string)
|
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. |
SignSignatureObject |
EnvelopingBase64MOAConnector.analyzeSignResponse(Properties response_properties)
Analyzes the sign response xml and extracts the signature data. |
SignatureResponse |
EnvelopingBase64MOAConnector.analyzeVerifyResponse(Properties response_properties)
Analyzes the verify response string. |
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.analyzeSignResponse(Properties response_properties)
|
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. |
SignatureResponse |
DetachedLocRefMOAConnector.analyzeVerifyResponse(Properties response_properties)
Analyzes the verify response string. |
String |
DetachedLocRefMOAConnector.prepareXMLContent(SignatureData data,
SignSignatureObject so)
|
protected Properties |
DetachedLocRefMOAConnector.sendRequest(String url,
String mode,
String request_string)
|
| Constructors in at.knowcenter.wag.egov.egiz.sig.connectors.moa that throw ConnectorException | |
MOASoapWithAttachmentConnector(ConnectorParameters connectorParameters)
Constructor that builds the configuration environment for this connector according to the given profile. |
|
MOASoapWithAttachmentConnector.Environment(String profile,
String signKeyIdentifier,
String signature_data_url)
Initializes the environment with a given profile. |
|
EnvelopingBase64MOAConnector(ConnectorParameters connectorParameters)
Constructor that builds the configuration environment for this connector according to the given profile. |
|
EnvelopingBase64MOAConnector.Environment(String profile,
String signKeyIdentifier)
Initializes the environment with a given profile. |
|
DetachedLocRefMOAConnector(String profile,
String signature_data_url)
Constructor that builds the configuration environment for this connector according to the given profile. |
|
DetachedLocRefMOAConnector.Environment(String profile,
String signature_data_url)
Initializes the environment with a given profile. |
|
| Uses of ConnectorException in at.knowcenter.wag.egov.egiz.sig.connectors.mocca |
| Methods in at.knowcenter.wag.egov.egiz.sig.connectors.mocca that throw ConnectorException | |
static SignSignatureObject |
MOCCAHelper.parseCreateXMLResponse(String xmlResponse,
IdFormatter id_formatter,
ConnectorEnvironment environment)
This method parses the signature creation response of the signature device mocca. |
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. |
SignSignatureObject |
LocRefDetachedMOCCAConnector.analyzeSignResponse(Properties response_properties)
This method analyzes a signature response of the signature device. |
SignatureResponse |
LocRefDetachedMOCCAConnector.analyzeVerifyResponse(Properties response_properties)
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. |
| Constructors in at.knowcenter.wag.egov.egiz.sig.connectors.mocca that throw ConnectorException | |
LocRefDetachedMOCCAConnector(ConnectorParameters connectorParameters,
String loc_ref_content)
Constructor that builds the configuration environment for this connector according to the given profile. |
|
LocRefDetachedMOCCAConnector(ConnectorParameters connectorParameters,
String loc_ref_content,
String algorithmId)
Constructor that builds the configuration environment for this connector according to the given profile. |
|
LocRefDetachedMOCCAConnector.Environment(String profile,
String loc_ref_content,
String algorithmId)
Initializes the environment with a given profile. |
|
| Uses of ConnectorException in at.knowcenter.wag.egov.egiz.sig.sigkz |
| Methods in at.knowcenter.wag.egov.egiz.sig.sigkz that throw ConnectorException | |
static boolean |
SigKZIDHelper.isOldBKU(PdfASID sig_kz,
String sig_id)
|
static boolean |
SigKZIDHelper.isOldBKU(SignSignatureObject so)
|
static String |
SigKZIDHelper.getAlgorithmId(String bkuIdentifier)
|
| Uses of ConnectorException in at.knowcenter.wag.egov.egiz.sig.signaturelayout |
| Methods in at.knowcenter.wag.egov.egiz.sig.signaturelayout that throw ConnectorException | |
static SignatureLayoutHandler |
SignatureLayoutHandlerFactory.getSignatureLayoutHandlerInstance(String bkuIdentifier)
Returns an instance of a signature layout handler based on the given bku identifier. |
static void |
SignatureLayoutHandlerFactory.verifyBKUSupport(String bkuIdentifier)
Verifies that the bku is supported trying to match the given bku identifier. |
SignSignatureObject |
SignatureLayoutHandler.parseCreateXMLSignatureResponse(String xmlResponse,
ConnectorEnvironment env)
This method parses the CreateXMLSignatureResponse given from a certain signature device. |
| Uses of ConnectorException in at.knowcenter.wag.egov.egiz.sig.signaturelayout.atrust |
| Methods in at.knowcenter.wag.egov.egiz.sig.signaturelayout.atrust that throw ConnectorException | |
SignSignatureObject |
ATrustSignatureLayoutHandler.parseCreateXMLSignatureResponse(String xmlResponse,
ConnectorEnvironment env)
|
| Uses of ConnectorException in at.knowcenter.wag.egov.egiz.sig.signaturelayout.mocca |
| Methods in at.knowcenter.wag.egov.egiz.sig.signaturelayout.mocca that throw ConnectorException | |
SignSignatureObject |
OldMOCCASignatureLayoutHandler.parseCreateXMLSignatureResponse(String xmlResponse,
ConnectorEnvironment env)
Parses the given xmlResponse with respect to the specific signature layout of mocca. |
SignSignatureObject |
MOCCASignatureLayout10Handler.parseCreateXMLSignatureResponse(String xmlResponse,
ConnectorEnvironment env)
Parses the given xmlResponse with respect to the specific signature layout of mocca. |
| Uses of ConnectorException in at.knowcenter.wag.egov.egiz.sig.signaturelayout.td |
| Methods in at.knowcenter.wag.egov.egiz.sig.signaturelayout.td that throw ConnectorException | |
SignSignatureObject |
TrustDeskSignatureLayoutHandler.parseCreateXMLSignatureResponse(String xmlResponse,
ConnectorEnvironment env)
Parses the given xmlResponse with respect to the specific signature layout of trustDesk basic. |
| Uses of ConnectorException in at.knowcenter.wag.egov.egiz.web |
| Methods in at.knowcenter.wag.egov.egiz.web that throw ConnectorException | |
static String |
LocalRequestHelper.processLocalVerify(VerifySessionInformation si,
List holders_to_verify,
HttpServletRequest request,
HttpServletResponse response)
Sets up the local verify procedure. |
| Uses of ConnectorException in at.knowcenter.wag.egov.egiz.web.servlets |
| Methods in at.knowcenter.wag.egov.egiz.web.servlets that throw ConnectorException | |
protected void |
DataURLServlet.processSign(HttpServletRequest request,
HttpServletResponse response,
SignSessionInformation si)
|
protected void |
DataURLServlet.processVerify(HttpServletRequest request,
HttpServletResponse response,
VerifySessionInformation si)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||