public interface KeyManagerProvider
Implementations must be thread-safe.
| Modifier and Type | Method and Description |
|---|---|
<K> KeyManager<K> |
get(Class<K> type)
Returns the key manager for the given secret key class.
|
<K> KeyManager<K> get(Class<K> type)
K - the type of the secret keys.type - the class for the secret key type.ServiceConfigurationError - if no appropriate key manager is
available.Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.