Uses of Class
com.logicaldoc.gui.common.client.beans.GUIKeystore
Package
Description
-
Uses of GUIKeystore in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionSignService.loadKeystore
(long tenantId) Gets the keystore's metadata of the given tenantModifier and TypeMethodDescriptionvoid
SignService.generateNewKeystore
(GUIKeystore keystore) Discards the actual key store and generates a new onevoid
SignServiceAsync.generateNewKeystore
(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
SignService.imporKeystore
(GUIKeystore keystore) void
SignServiceAsync.imporKeystore
(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
SignService.saveKeystore
(GUIKeystore keystore) void
SignServiceAsync.saveKeystore
(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Modifier and TypeMethodDescriptionvoid
SignServiceAsync.loadKeystore
(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<GUIKeystore> callback) -
Uses of GUIKeystore in com.logicaldoc.gui.frontend.client.tenant