See: Description
| Interface | Description |
|---|---|
| CustomInstaller |
The call-back interface which is called from Autoupdate infrastructure when
the native component is installed.
|
| CustomUninstaller |
The call-back interface which is called from Autoupdate infrastructure when
the native component is uninstalled.
|
| KeyStoreProvider |
Registers
java.security.KeyStore into Autoupdate infrastructure. |
| UpdateProvider |
UpdateProvider providers items for Autoupdate infrastructure. |
| Class | Description |
|---|---|
| AutoupdateClusterCreator |
Class that is supposed to be implemented by application
providers that can control launcher in order to modify
the list of provided clusters.
|
| UpdateItem |
Represents a item of content provider by
UpdateProvider. |
| UpdateLicense |
Represents License Agreement for usage in Autoupdate infrastructure.
|
| Enum | Description |
|---|---|
| KeyStoreProvider.TrustLevel |
TrustLevel describes the level of trust, that a
KeyStoreProvider
assigns to the provided keystore. |