public interface IPlainSigner
Modifier and Type | Method and Description |
---|---|
iaik.x509.X509Certificate |
getCertificate()
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)
Sign the document
|
iaik.x509.X509Certificate getCertificate() throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
at.gv.egiz.pdfas.common.exceptions.PdfAsException
byte[] sign(byte[] input, int[] byteRange) throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
input
- byteRange
- at.gv.egiz.pdfas.common.exceptions.PdfAsException
String getPDFSubFilter()
String getPDFFilter()