|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of ConnectorFactoryException in at.gv.egiz.pdfas.commandline |
| Methods in at.gv.egiz.pdfas.commandline that throw ConnectorFactoryException | |
protected static boolean |
Main.checkConnector(String connector)
Checks the value for correctness. |
| Uses of ConnectorFactoryException in at.gv.egiz.pdfas.framework |
| Methods in at.gv.egiz.pdfas.framework that throw ConnectorFactoryException | |
static Connector |
ConnectorFactory.createConnector(String connectorId,
ConnectorParameters connectorParameters)
|
| Uses of ConnectorFactoryException in at.knowcenter.wag.egov.egiz |
| Methods in at.knowcenter.wag.egov.egiz that throw ConnectorFactoryException | |
static List |
PdfAS.verifySignatureHolders(List signature_holders,
String connectorType,
boolean returnHashInputData,
Date verificationTime)
|
static SignatureResponse |
PdfAS.verify(SignatureHolder signature_holder,
String connectorType,
boolean returnHashInputData,
Date verificationTime)
Verifies a SignatureHolder using the given connector. |
| Uses of ConnectorFactoryException in at.knowcenter.wag.egov.egiz.commandline |
| Methods in at.knowcenter.wag.egov.egiz.commandline that throw ConnectorFactoryException | |
protected static boolean |
Main.checkConnector(String connector)
Checks the value for correctness. |
| Uses of ConnectorFactoryException in at.knowcenter.wag.egov.egiz.sig |
| Methods in at.knowcenter.wag.egov.egiz.sig that throw ConnectorFactoryException | |
static ConnectorInformation[] |
ConnectorFactory.getConnectorInformationArray()
Deprecated. Gathers the ConnectorInformation objects of all registered connectors. |
protected static Class |
ConnectorFactory.getConnectorClass(String connector_identifier)
Deprecated. Retrieves the connector Class belonging to the connector id. |
static Connector |
ConnectorFactory.createConnector(String connector_identifier)
Deprecated. Creates a new connector given by the connector_identifier. |
static boolean |
ConnectorFactory.isValidConnectorIdentifier(String connector_identifier)
Deprecated. Tells, if the given connector identifier is valid. |
protected static boolean |
ConnectorFactory.getAvailabilityUsingDefault(String connector_identifier,
String availability_key,
boolean default_value)
Deprecated. Retrieves the availability of the connector from the flags specified in the config file. |
static boolean |
ConnectorFactory.isAvailableForCommandline(String connector_identifier)
Deprecated. Tells, if the connector is available for being used in the Commandline (synchron) environment. |
static boolean |
ConnectorFactory.isAvailableForWeb(String connector_identifier)
Deprecated. Tells, if the Connector is available for being used in a Web (asynchron, local) environment. |
static boolean |
ConnectorFactory.isConnectorLocal(String connector_identifier)
Deprecated. Tells, if the given connector is local. |
| Uses of ConnectorFactoryException in at.knowcenter.wag.egov.egiz.web |
| Methods in at.knowcenter.wag.egov.egiz.web that throw ConnectorFactoryException | |
static String |
LocalRequestHelper.processLocalVerify(VerifySessionInformation si,
List holders_to_verify,
HttpServletRequest request,
HttpServletResponse response)
Sets up the local verify procedure. |
static String |
FormFields.generateConnectorSelectBox()
Generates the HTML snippet of a FIELD_CONNECTOR select box that allows to choose a connector. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||