@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) 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 key class.type - the class for the secret key type.ServiceConfigurationError - if no appropriate key manager is
available.Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.