|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of PdfAsException in at.gv.egiz.pdfas |
| Methods in at.gv.egiz.pdfas that throw PdfAsException | |
static PdfAs |
PdfAsFactory.createPdfAs(File workDirectory)
Creates a PDF-AS API instance for the given work directory. |
static PdfAs |
PdfAsFactory.createPdfAs()
Creates a PDF-AS API instance assuming that the configuration is located within the user's home directory. |
| Uses of PdfAsException in at.gv.egiz.pdfas.api |
| Methods in at.gv.egiz.pdfas.api that throw PdfAsException | |
SignResult |
PdfAs.sign(SignParameters signParameters)
Signs a PDF document using PDF-AS. |
VerifyResults |
PdfAs.verify(VerifyParameters verifyParameters)
Verifies a document with (potentially multiple) PDF-AS signatures. |
AnalyzeResult |
PdfAs.analyze(AnalyzeParameters analyzeParameters)
Analyzes a document for signatures and returns a verify-able list of such. |
VerifyResults |
PdfAs.verify(VerifyAfterAnalysisParameters verifyAfterAnalysisParameters)
Verifies a list of signatures that have been analyzed previously. |
void |
PdfAs.reloadConfig()
Reloads the configuration from the work directory. |
List |
PdfAs.getProfileInformation()
Returns the list of information objects about the profiles available in the configuration. |
| Uses of PdfAsException in at.gv.egiz.pdfas.api.analyze |
| Methods in at.gv.egiz.pdfas.api.analyze that throw PdfAsException | |
List |
AnalyzeResult.getSignatures()
Returns the list of found signatures. |
| Uses of PdfAsException in at.gv.egiz.pdfas.commandline |
| Methods in at.gv.egiz.pdfas.commandline with parameters of type PdfAsException | |
protected static void |
Main.printPresentableException(PdfAsException e)
Prints out the ErrorCodeException in a descriptive form. |
| Methods in at.gv.egiz.pdfas.commandline that throw PdfAsException | |
protected static void |
Main.carryOutCommand(String mode,
String signature_mode,
String connector,
String signature_type,
String user_name,
String user_password,
int verify_which,
String input,
String output,
String pos_string)
|
static void |
Main.carryOutSign(String input,
String connector,
String signature_mode,
String signature_type,
String pos_string,
String user_name,
String user_password,
String output,
PrintWriter messageOutput)
|
static void |
Main.carryOutVerify(String input,
String connector,
int verify_which,
PrintWriter messageOutput)
|
static void |
Main.processSign(DataSource dataSource,
String connector,
String signature_mode,
String signature_type,
String pos_string,
DataSink dataSink)
|
static VerifyResults |
Main.processVerify(DataSource dataSource,
String connector,
int verify_which)
|
| Uses of PdfAsException in at.gv.egiz.pdfas.exceptions |
| Methods in at.gv.egiz.pdfas.exceptions with parameters of type PdfAsException | |
static String |
ErrorCodeHelper.formErrorMessage(PdfAsException e)
Forms a speaking textual error message for the given PdfAsException. |
| Uses of PdfAsException in at.gv.egiz.pdfas.exceptions.external |
| Subclasses of PdfAsException in at.gv.egiz.pdfas.exceptions.external | |
class |
ExternalErrorException
|
| Uses of PdfAsException in at.gv.egiz.pdfas.exceptions.framework |
| Subclasses of PdfAsException in at.gv.egiz.pdfas.exceptions.framework | |
class |
CorrectorException
Exceptions thrown by Correctors. |
class |
SignatorException
Exception thrown by the Signators. |
class |
VerificationFilterException
Wrapper exception for the VerificationFilter. |
class |
VerificatorFactoryException
|
| Uses of PdfAsException in at.gv.egiz.pdfas.exceptions.pdf |
| Subclasses of PdfAsException in at.gv.egiz.pdfas.exceptions.pdf | |
class |
CaptionNotFoundException
Exception thrown when a caption ("label") is not found in the content stream when determining the placeholders. |
class |
KZSettingNotFoundException
|
| Uses of PdfAsException in at.gv.egiz.pdfas.exceptions.web |
| Subclasses of PdfAsException in at.gv.egiz.pdfas.exceptions.web | |
class |
SessionExpiredException
|
| Uses of PdfAsException in at.gv.egiz.pdfas.impl.api |
| Methods in at.gv.egiz.pdfas.impl.api that throw PdfAsException | |
void |
PdfAsObject.reloadConfig()
|
List |
PdfAsObject.getProfileInformation()
|
SignResult |
PdfAsObject.sign(SignParameters signParameters)
|
VerifyResults |
PdfAsObject.verify(VerifyParameters verifyParameters)
|
AnalyzeResult |
PdfAsObject.analyze(AnalyzeParameters analyzeParameters)
|
VerifyResults |
PdfAsObject.verify(VerifyAfterAnalysisParameters verifyAfterAnalysisParameters)
|
| Constructors in at.gv.egiz.pdfas.impl.api that throw PdfAsException | |
PdfAsObject(File workDirectory)
This constructor is for internal use only - use PdfAsFactory instead. |
|
PdfAsObject()
This constructor is for internal use only - use PdfAsFactory instead. |
|
| Uses of PdfAsException in at.gv.egiz.pdfas.impl.api.analyze |
| Methods in at.gv.egiz.pdfas.impl.api.analyze that throw PdfAsException | |
List |
AnalyzeResultImpl.getSignatures()
|
| Uses of PdfAsException in at.knowcenter.wag.egov.egiz.exceptions |
| Subclasses of PdfAsException in at.knowcenter.wag.egov.egiz.exceptions | |
class |
ConnectorException
This exception is thrown when a Connector encounters an exception during sign or verify. |
class |
ConnectorFactoryException
This exception is thrown when the connector factory encounters an error during providing a connector. |
class |
ErrorCodeException
Deprecated. |
class |
InvalidIDException
Thrown when parsing an ID ("Kennzeichnung") fails. |
class |
NormalizeException
This exception is thrown by the processing a normalizer. |
class |
PDFDocumentException
This exception is thrown in case of problems using pdf librarys. |
class |
PlaceholderException
|
class |
PresentableException
This exception should be the base for all exceptions that are to be presented to the user. |
class |
SettingNotFoundException
This exception is thrown by the SettingsReader if a property key is not found. |
class |
SettingsException
Thrown when the settings couldn't be loaded. |
class |
SignatorFactoryException
Exception coming out of the SignatorFactory. |
class |
SignatureException
This exception is thrown by the processing a signature. |
class |
SignatureTypesException
Exception for Signature Type problems. |
class |
WebException
Exception for web problems. |
| Uses of PdfAsException in demo |
| Methods in demo that throw PdfAsException | |
static void |
APIDemo.verify(PdfAs pdfasAPI,
File source,
String verifyDevice)
Verifies a pdf document. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||