Interface SignServiceAsync
public interface SignServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteCertificate(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voiddeleteKeystore(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidgenerateNewCertificate(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidgenerateNewKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidgetUploadedContent(com.google.gwt.user.client.rpc.AsyncCallback<String> callback) voidimporKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidimportCertificate(String certificate, String privateKey, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidisVisualSignatureEnabled(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) voidloadKeystore(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<GUIKeystore> callback) voidsaveKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidsignDocuments(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
-