Interface SignServiceAsync


  • public interface SignServiceAsync
    • Method Detail

      • 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)
      • deleteCertificate

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

        void signDocuments​(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)