Package com.logicaldoc.sign.pdf
Class SignatureImage
java.lang.Object
com.logicaldoc.sign.pdf.SignatureImage
Represents the image of a digital signature
- Since:
 - 7.7.2
 - Author:
 - Marco Meschieri - LogicalDOC
 
- 
Method Summary
 
- 
Method Details
- 
create
public static int[] create(File file, com.logicaldoc.core.security.User user, Keystore keystore, com.logicaldoc.core.document.Document document, String reason) throws IOException Creates the signature image- Parameters:
 file- the output fileuser- the signerkeystore- the keystoredocument- the document being signedreason- the reason for signing- Returns:
 - width and height of the generated image
 - Throws:
 IOException- cannot write the PDF file
 
 -