Package | Description |
---|---|
at.gv.egiz.pdfas.lib.api | |
at.gv.egiz.pdfas.lib.impl |
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
|
Modifier and Type | Field and Description |
---|---|
protected DataSource |
PdfAsParameterImpl.dataSource |
Modifier and Type | Method and Description |
---|---|
DataSource |
PdfAsParameterImpl.getDataSource() |
Modifier and Type | Method and Description |
---|---|
void |
PdfAsParameterImpl.setDataSource(DataSource dataSource) |
Constructor and Description |
---|
PdfAsParameterImpl(Configuration configuration,
DataSource dataSource) |
SignParameterImpl(Configuration configuration,
DataSource dataSource) |
VerifyParameterImpl(Configuration configuration,
DataSource dataSource) |