Uses of Class
com.inesm.KeyManager.services.KeyManager
Packages that use KeyManager
-
Uses of KeyManager in com.inesm.KeyManager.controller
Constructors in com.inesm.KeyManager.controller with parameters of type KeyManagerModifierConstructorDescriptionKeysController(SessionService session, KeyManager keyManager, AppInterface appInterface, LoggerService logger) Constructor for KeyController class.MissionController(SessionService session, KeyManager keyManager, AppInterface appInterface, LoggerService logger) Constructor for MissionController class.StationController(SessionService session, AppInterface appInterface, KeyManager keyManager, LoggerService logger) Constructor for StationController class. -
Uses of KeyManager in com.inesm.KeyManager.services
Constructors in com.inesm.KeyManager.services with parameters of type KeyManagerModifierConstructorDescriptionCommunicationService(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.