| Package | Description |
|---|---|
| net.java.truevfs.key.spec |
Provides an extensible manager for generic keys required to create or open
protected resources.
|
| net.java.truevfs.key.spec.sl |
Provides singletons to locate service providers on the class path.
|
| net.java.truevfs.key.spec.spi |
Provides abstract classes for locatable service providers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PromptingKeyManager<K extends SafeKey<K>>
A key manager which prompts the user for a key if required.
|
class |
SafeKeyManager<K extends SafeKey<K>,P extends SafeKeyProvider<K>>
Uses a map to hold the safe key providers managed by this instance.
|
| Modifier and Type | Method and Description |
|---|---|
<K> KeyManager<K> |
KeyManagerContainer.keyManager(Class<K> type)
Returns the nullable key manager for the given secret key class.
|
<K> KeyManager<K> |
AbstractKeyManagerContainer.keyManager(Class<K> type) |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,KeyManager<?>> |
PromptingKeyManagerContainer.get() |
abstract Map<Class<?>,KeyManager<?>> |
AbstractKeyManagerContainer.get()
Returns an immutable map of secret key classes to nullable key managers.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,KeyManager<?>> |
KeyManagerMapLocator.get() |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,KeyManager<?>> |
KeyManagerMapFactory.get()
Returns a new empty map for subsequent modification.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.