|
TrueZIP Driver ZIP.RAES (TZP) 7.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KeyManagerProvider
A service for the singleton key manager for given key type.
Implementations must be thread-safe.
| Method Summary | ||
|---|---|---|
|
get(Class<K> type)
Returns the singleton key manager for the given key type. |
|
| Method Detail |
|---|
@NonNull
<K> KeyManager<K> get(@NonNull
Class<K> type)
Calling this method several times must return the same key manager for the same key type in order to ensure consistency of the key space.
ServiceConfigurationError - if no appropriate key manager is
available.
|
TrueZIP Driver ZIP.RAES (TZP) 7.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||