|
TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KeyManagerService
A service for key managers.
Implementations must be thread-safe.
| Method Summary | ||
|---|---|---|
|
getManager(Class<K> type)
Returns the key manager for the given key type. |
|
| Method Detail |
|---|
@NonNull
<K> KeyManager<? extends K,?> getManager(@NonNull
Class<K> type)
Calling this method multiple 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 TZP (ZIP.RAES) 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||