From last few week I am trying to Digitally sign Invoices using eToken by refering "Digital Signature for PDF documents" by Bruno Lowagie (of iText Software). I have take help from the beek but facing issue when I try to integrate a signature file in the digital sign report.
Method
public void CustomerSignatureApp(String src, String name, String dest, Certificate[] chain,
PrivateKey pk, String digestAlgorithm, String provider,
CryptoStandard subfilter, String reason, String location)
but passing parameters are not matching.
It will be helpful if aye one give me hints to solve this matter.
Some of helping URLs are: