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.servicesMethods 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 TypeMethodDescriptionvoidSignService.generateNewKeystore(GUIKeystore keystore) Discards the actual key store and generates a new onevoidSignServiceAsync.generateNewKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidSignService.imporKeystore(GUIKeystore keystore) voidSignServiceAsync.imporKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidSignService.saveKeystore(GUIKeystore keystore) voidSignServiceAsync.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 TypeMethodDescriptionvoidSignServiceAsync.loadKeystore(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<GUIKeystore> callback) 
- 
Uses of GUIKeystore in com.logicaldoc.gui.frontend.client.tenantMethods in com.logicaldoc.gui.frontend.client.tenant that return GUIKeystore