public interface KeyStoreProvider
java.security.KeyStore
into Autoupdate infrastructure.
This KeyStore is used for verification of downloaded NBMs. The system finds out
the KeyStoreProvider in Lookup.getDefault()
.
The KeyStoreProvider
should be registered using ServiceProvider
.Modifier and Type | Interface and Description |
---|---|
static class |
KeyStoreProvider.TrustLevel
TrustLevel describes the level of trust, that a
KeyStoreProvider
assigns to the provided keystore. |
Modifier and Type | Method and Description |
---|---|
KeyStore |
getKeyStore() |
default KeyStoreProvider.TrustLevel |
getTrustLevel() |
KeyStore getKeyStore()
default KeyStoreProvider.TrustLevel getTrustLevel()
KeyStoreProvider
provides