public interface KeyManagerContainer
| Modifier and Type | Method and Description |
|---|---|
<K> KeyManager<K> |
keyManager(Class<K> type)
Returns the nullable key manager for the given secret key class.
|
@CheckForNull <K> KeyManager<K> keyManager(Class<K> type)
This is a pure function - multiple calls must return the same value for the same parameter.
K - the type of the secret keys.type - the class for the secret key type.Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.