public interface IPlainSigner
Modifier and Type | Method and Description |
---|---|
iaik.x509.X509Certificate |
getCertificate(SignParameter parameter)
Gets the signing certificate
|
String |
getPDFFilter()
Gets the PDF Filter for this signer
|
String |
getPDFSubFilter()
Gets the PDF Subfilter for this signer
|
byte[] |
sign(byte[] input,
int[] byteRange,
SignParameter parameter)
Sign the document
|
iaik.x509.X509Certificate getCertificate(SignParameter parameter) throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
at.gv.egiz.pdfas.common.exceptions.PdfAsException
byte[] sign(byte[] input, int[] byteRange, SignParameter parameter) throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
input
- byteRange
- at.gv.egiz.pdfas.common.exceptions.PdfAsException
String getPDFSubFilter()
String getPDFFilter()