sap.setVisibleSignature(new Rectangle(options.getPositionLLX(), options.getPositionLLY(), options
.getPositionURX(), options.getPositionURY()), options.getPage(), null);
}
options.log("console.processing");
final PdfSignature dic = new PdfSignature(PdfName.ADOBE_PPKLITE, new PdfName("adbe.pkcs7.detached"));
dic.setReason(sap.getReason());
dic.setLocation(sap.getLocation());
dic.setContact(sap.getContact());
dic.setDate(new PdfDate(sap.getSignDate()));
sap.setCryptoDictionary(dic);
final Proxy tmpProxy = options.createProxy();
final CRLInfo crlInfo = new CRLInfo(options, chain);