Class SignatureImage

java.lang.Object
com.logicaldoc.sign.pdf.SignatureImage

public class SignatureImage extends Object
Represents the image of a digital signature
Since:
7.7.2
Author:
Marco Meschieri - LogicalDOC
  • Method Details

    • create

      public static int[] create(File file, com.logicaldoc.core.security.user.User user, Keystore keystore, com.logicaldoc.core.document.Document document, String reason) throws IOException
      Creates the signature image
      Parameters:
      file - the output file
      user - the signer
      keystore - the keystore
      document - the document being signed
      reason - the reason for signing
      Returns:
      width and height of the generated image
      Throws:
      IOException - cannot write the PDF file