|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of DataSource in at.gv.egiz.pdfas.api.analyze |
| Fields in at.gv.egiz.pdfas.api.analyze declared as DataSource | |
protected DataSource |
AnalyzeParameters.document
The document to be analyzed. |
| Methods in at.gv.egiz.pdfas.api.analyze that return DataSource | |
DataSource |
AnalyzeParameters.getDocument()
|
| Methods in at.gv.egiz.pdfas.api.analyze with parameters of type DataSource | |
void |
AnalyzeParameters.setDocument(DataSource document)
|
| Uses of DataSource in at.gv.egiz.pdfas.api.commons |
| Methods in at.gv.egiz.pdfas.api.commons that return DataSource | |
DataSource |
SignatureInformation.getSignedData()
Returns the DataSource providing the data that was signed. |
| Uses of DataSource in at.gv.egiz.pdfas.api.sign |
| Fields in at.gv.egiz.pdfas.api.sign declared as DataSource | |
protected DataSource |
SignParameters.document
The document to be signed. |
| Methods in at.gv.egiz.pdfas.api.sign that return DataSource | |
DataSource |
SignParameters.getDocument()
|
| Methods in at.gv.egiz.pdfas.api.sign with parameters of type DataSource | |
void |
SignParameters.setDocument(DataSource document)
|
| Uses of DataSource in at.gv.egiz.pdfas.api.verify |
| Fields in at.gv.egiz.pdfas.api.verify declared as DataSource | |
protected DataSource |
VerifyParameters.document
The document to be verified. |
| Methods in at.gv.egiz.pdfas.api.verify that return DataSource | |
DataSource |
VerifyParameters.getDocument()
|
| Methods in at.gv.egiz.pdfas.api.verify with parameters of type DataSource | |
void |
VerifyParameters.setDocument(DataSource document)
|
| Uses of DataSource in at.gv.egiz.pdfas.commandline |
| Methods in at.gv.egiz.pdfas.commandline with parameters of type DataSource | |
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 DataSource in at.gv.egiz.pdfas.impl.api |
| Methods in at.gv.egiz.pdfas.impl.api with parameters of type DataSource | |
protected static void |
CheckHelper.checkDocument(DataSource document)
|
| Uses of DataSource in at.gv.egiz.pdfas.impl.api.commons |
| Classes in at.gv.egiz.pdfas.impl.api.commons that implement DataSource | |
class |
DataSourceApiAdapter
Adapter that converts a framework DataSource to an API PdfDataSource. |
| Fields in at.gv.egiz.pdfas.impl.api.commons declared as DataSource | |
protected DataSource |
TextDataSourceAdapter.apiDataSource
The API DataSource to be adapted to a framework TextDataSource. |
protected DataSource |
PdfDataSourceAdapter.apiDataSource
The API DataSource to be adapted to a framework PdfDataSource. |
| Methods in at.gv.egiz.pdfas.impl.api.commons that return DataSource | |
DataSource |
SignatureInformationAdapter.getSignedData()
|
| Constructors in at.gv.egiz.pdfas.impl.api.commons with parameters of type DataSource | |
TextDataSourceAdapter(DataSource apiDataSource)
Constructor. |
|
PdfDataSourceAdapter(DataSource apiDataSource)
Constructor. |
|
| Uses of DataSource in at.gv.egiz.pdfas.io |
| Classes in at.gv.egiz.pdfas.io that implement DataSource | |
class |
ByteArrayDataSource
A byte array backed DataSource. |
class |
FileBasedDataSource
A FileBased DataSource implementation. |
class |
FileBasedTextBasedDataSource
FileBased DataSource that is TextBased. |
class |
StringTextBasedDataSource
A String TextBased DataSource. |
| Uses of DataSource in at.knowcenter.wag.egov.egiz |
| Methods in at.knowcenter.wag.egov.egiz that return DataSource | |
static DataSource |
PdfAS.applyStrictMode(DataSource dataSource)
|
| Methods in at.knowcenter.wag.egov.egiz with parameters of type DataSource | |
static DataSource |
PdfAS.applyStrictMode(DataSource dataSource)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||