Interface SignServiceAsync
public interface SignServiceAsync
- 
Method SummaryModifier 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- 
loadKeystorevoid loadKeystore(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<GUIKeystore> callback) 
- 
saveKeystorevoid saveKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
- 
generateNewKeystorevoid generateNewKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
- 
deleteKeystore
- 
imporKeystorevoid imporKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
- 
generateNewCertificate
- 
importCertificate
- 
getUploadedContent
- 
deleteCertificate
- 
signDocuments
- 
isVisualSignatureEnabled
 
-