Interface SignServiceAsync


public interface SignServiceAsync
  • Method Details

    • loadKeystore

      void loadKeystore(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<GUIKeystore> callback)
    • saveKeystore

      void saveKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • generateNewKeystore

      void generateNewKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • deleteKeystore

      void deleteKeystore(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • imporKeystore

      void imporKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • generateNewCertificate

      void generateNewCertificate(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • importCertificate

      void importCertificate(String certificate, String privateKey, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • getUploadedContent

      void getUploadedContent(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
    • deleteCertificate

      void deleteCertificate(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • signDocuments

      void signDocuments(List<Long> docIds, String reason, int page, String signX, String signY, String signWidth, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • isVisualSignatureEnabled

      void isVisualSignatureEnabled(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)