Interface SignServiceAsync
public interface SignServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteCertificate
(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
deleteKeystore
(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
generateNewCertificate
(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
generateNewKeystore
(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
getUploadedContent
(com.google.gwt.user.client.rpc.AsyncCallback<String> callback) void
imporKeystore
(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
importCertificate
(String certificate, String privateKey, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
isVisualSignatureEnabled
(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) void
loadKeystore
(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<GUIKeystore> callback) void
saveKeystore
(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
signDocuments
(List<Long> docIds, String reason, int page, String signX, String signY, String signWidth, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
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
-
imporKeystore
void imporKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) -
generateNewCertificate
-
importCertificate
-
getUploadedContent
-
deleteCertificate
-
signDocuments
-
isVisualSignatureEnabled
-