Class SignTool

java.lang.Object
com.logicaldoc.sign.automation.SignTool

public class SignTool extends Object
Digitally signs a document with the user's digital certificate, useful for working from inside the Automation
Since:
8.1.1
Author:
Marco Meschieri - LogicalDOC
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sign(com.logicaldoc.core.document.Document doc, com.logicaldoc.core.security.user.User user, String reason)
    Digitally signs a document with the user's digital certificate
    void
    sign(com.logicaldoc.core.document.Document doc, String username, String reason)
    Digitally signs a document with the user's digital certificate

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait