@Service public class KeySyncManager extends Object implements KeySyncService
Constructor and Description |
---|
KeySyncManager() |
Modifier and Type | Method and Description |
---|---|
protected void |
bindKeyStoreService(KeyStoreService service)
Registers KeyStoreService implementation via declarative service.
|
void |
setBase(boolean base)
Specifies whether the local system has been selected as the base system.
|
protected void |
unbindKeyStoreService(KeyStoreService service)
Unregisters KeyStoreService implementation via declarative service.
|
protected void bindKeyStoreService(KeyStoreService service)
service
- the service being made availableprotected void unbindKeyStoreService(KeyStoreService service)
service
- the service that is being revokedpublic void setBase(boolean base)
KeySyncService
setBase
in interface KeySyncService
base
- true if local system is base systemCopyright © 2015. All Rights Reserved.