|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SignatureException in at.knowcenter.wag.egov.egiz |
---|
Methods in at.knowcenter.wag.egov.egiz that throw SignatureException | |
---|---|
static PdfPTable |
PdfAS.createPdfPTableFromSignatureObject(SignatureObject signature_object)
Creates the iText PDFPTable from a given SignatureObject. |
static SignatureObject |
PdfAS.createSignatureObjectFromType(String signature_type)
Helper method that creates a SignatureObject and initializes it with the given type. |
static List |
PdfAS.extractSignatureHoldersTextual(String raw_text,
boolean old_style)
Extracts all signature blocks from the given raw text using textual mode. |
static SignatureHolder |
PdfAS.extractSignatureHolderTextual(String raw_text,
boolean old_style)
Extracts the last signature holder from the given text. |
static SignatureObject |
PdfAS.sign(String text_to_sign,
String signature_type,
String connector,
String user_name,
String user_password)
Signs the given text with the provided connector using the given signature type. |
static SignatureResponse |
PdfAS.verify(SignatureHolder signature_holder,
String connector)
Verifies a SignatureHolder using the given connector. |
static List |
PdfAS.verifySignatureHolders(List signature_holders,
String connector)
Verifies the List of SignatureHolders using the given connector. |
Uses of SignatureException in at.knowcenter.wag.egov.egiz.exceptions |
---|
Subclasses of SignatureException in at.knowcenter.wag.egov.egiz.exceptions | |
---|---|
class |
InvalidIDException
Thrown when parsing an ID ("Kennzeichnung") fails. |
Uses of SignatureException in at.knowcenter.wag.egov.egiz.framework |
---|
Methods in at.knowcenter.wag.egov.egiz.framework that throw SignatureException | |
---|---|
List |
VerificationFilter.extractSignaturesFromPlainText(String raw_text)
Extracts the List of SignatureHolders from the given plain text document. |
Uses of SignatureException in at.knowcenter.wag.egov.egiz.pdf |
---|
Methods in at.knowcenter.wag.egov.egiz.pdf that throw SignatureException | |
---|---|
static FoundBlock |
AbsoluteTextSignature.chooseMostPossibleBlock(List found_blocks)
Chooses the most possible (best choice) block of the list of blocks. |
static SignatureObject |
AbsoluteTextSignature.createSignatureObjectFromFoundBlock(String text,
FoundBlock found_block)
Creates a SignatureObject from a found block by extracting the corresponding values. |
static SignatureHolder |
AbsoluteTextSignature.extractLatestBlock(String text)
Extracts the latest signature block from the given text and creates a SignatureHolder object that can be verified. |
static List |
BinarySignature.extractSignatureHoldersBinary(byte[] pdf)
Retrieves the List of SignatureHolders containing the information of all digital signatures of the given document. |
static List |
AbsoluteTextSignature.extractSignatureHoldersFromText(String text)
Extracts all signature holders from a given text. |
static List |
AbsoluteTextSignature.filterHorizontallyLargestBlocks(List found_blocks)
Filters out all blocks but the horizonally largest ones. |
static FoundBlock |
AbsoluteTextSignature.findLatestBlock(String text)
Finds the latest signature block for a given text. |
Uses of SignatureException in at.knowcenter.wag.egov.egiz.sig |
---|
Methods in at.knowcenter.wag.egov.egiz.sig that throw SignatureException | |
---|---|
SignatureObject |
LocalConnector.analyzeSignResponse(Properties response_properties,
String signature_type)
Analyzes the sign response string. |
SignatureResponse |
LocalConnector.analyzeVerifyResponse(Properties response_properties)
Analyzes the verify response string. |
SignatureObject |
Connector.doSign(String sig_type,
String user_name,
String text_to_sign)
Performs a sign. |
SignatureResponse |
Connector.doVerify(String signed_text,
SignatureObject sig_obj)
Performs a verify. |
static String |
SignatureObject.formatSigIds(Properties response_properties,
String[] sigIds)
|
SignatureObject |
SignatureBlock.getSignatureObject()
|
String |
LocalConnector.prepareSignRequest(String user_name,
String sign_text,
String signature_type)
Prepares the sign request string. |
String |
LocalConnector.prepareVerifyRequest(String signed_text,
SignatureObject signature_object)
Prepares the verify request string. |
Constructors in at.knowcenter.wag.egov.egiz.sig that throw SignatureException | |
---|---|
SignatureObject()
The empty constructor. |
|
SignatureTypeDefinition(SettingsReader settings,
String type)
The constructor of the signature type definition. |
Uses of SignatureException in at.knowcenter.wag.egov.egiz.sig.connectors |
---|
Methods in at.knowcenter.wag.egov.egiz.sig.connectors that throw SignatureException | |
---|---|
SignatureObject |
BKUConnector.analyzeSignResponse(Properties response_properties,
String sigType)
|
SignatureResponse |
BKUConnector.analyzeVerifyResponse(Properties response_properties)
|
SignatureObject |
BKUConnector.doSign(String sigType,
String userName,
String signText)
This method calls the BKU signing a given text. |
SignatureObject |
MOAConnector.doSign(String sigType,
String userName,
String signText)
This method calls the MOA signing a given text. |
SignatureResponse |
BKUConnector.doVerify(String normalizedText,
SignatureObject sigObject)
This method generates the BKU verify prozess. |
SignatureResponse |
MOAConnector.doVerify(String normalizedText,
SignatureObject sigObject)
This method generates the MOA verify prozess. |
String |
BKUConnector.getVerifyTemplate(String normalizedText,
SignatureObject sigObject)
This method reads the verify template from the file system and fills out the template with the SignatureObject values. |
String |
MOAConnector.getVerifyTemplate(String normalizedText,
SignatureObject sigObject)
This method reads the verify template from the file system and fills out the template with the SignatureObject values. |
String |
BKUConnector.prepareSignRequest(String userName,
String signText,
String signType)
|
String |
BKUConnector.prepareVerifyRequest(String normalizedText,
SignatureObject sigObject)
|
protected Properties |
BKUConnector.sendRequest(String url,
String request_string)
Sends the request to the given URL. |
Constructors in at.knowcenter.wag.egov.egiz.sig.connectors that throw SignatureException | |
---|---|
A1Connector()
Constructor. |
|
BKUConnector()
The empty constructor |
|
MOAConnector()
The empty constructor |
Uses of SignatureException in at.knowcenter.wag.egov.egiz.web |
---|
Methods in at.knowcenter.wag.egov.egiz.web that throw SignatureException | |
---|---|
static void |
LocalRequestHelper.prepareDispatchToLocalConnectionPage(LocalRequest local_request,
HttpServletRequest request,
HttpServletResponse response)
Prepares the dispatch to the local data connection page. |
static void |
LocalRequestHelper.processLocalVerify(SessionInformation si,
List holders_to_verify,
HttpServletRequest request,
HttpServletResponse response)
Sets up the local verify procedure. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |