| Package | Description |
|---|---|
| at.gv.egiz.pdfas.lib.api |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayDataSource
A simple byte array data source
|
| Modifier and Type | Method and Description |
|---|---|
DataSource |
PdfAsParameter.getDataSource()
Gets the data source of the parameter
|
| Modifier and Type | Method and Description |
|---|---|
static SignParameter |
PdfAsFactory.createSignParameter(Configuration configuration,
DataSource dataSource)
Creates a sign parameter
|
static VerifyParameter |
PdfAsFactory.createVerifyParameter(Configuration configuration,
DataSource dataSource)
Creates a verification parameter
|
void |
PdfAsParameter.setDataSource(DataSource dataSource)
Sets the data source of the parameter
|