Uses of Class
com.inesm.KeyManager.services.MessageManager
Packages that use MessageManager
-
Uses of MessageManager in com.inesm.KeyManager.controller
Constructors in com.inesm.KeyManager.controller with parameters of type MessageManagerModifierConstructorDescriptionMessageController(SessionService session, AppInterface appInterface, MessageManager messageManager, LoggerService logger) Constructor for MessageController class. -
Uses of MessageManager in com.inesm.KeyManager.services
Constructors in com.inesm.KeyManager.services with parameters of type MessageManagerModifierConstructorDescriptionCommunicationService(KeyManager keyManager, CryptographyService crypto, KeySupplier keySuplier, MessageManager msgService) Constructor for CommunicationService.SessionService(UserManager userManager, MessageManager messageManager, RequestService reqService, KeyManager keyManager, SettingsService settings) Session Service Constructor.