Uses of Class
com.logicaldoc.gui.common.client.beans.GUIKeystore
Packages that use GUIKeystore
Package
Description
-
Uses of GUIKeystore in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIKeystoreModifier and TypeMethodDescriptionSignService.loadKeystore
(long tenantId) Gets the keystore's metadata of the given tenantMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIKeystoreModifier 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) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIKeystoreModifier 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
Methods in com.logicaldoc.gui.frontend.client.tenant that return GUIKeystore