@Immutable @DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) public final class PromptingKeyManagerService extends KeyManagerService
AesCipherParameters.| Modifier and Type | Field and Description |
|---|---|
private Map<Class<?>,KeyManager<?>> |
managers |
| Constructor and Description |
|---|
PromptingKeyManagerService()
Constructs a new prompting key manager service using the default view.
|
PromptingKeyManagerService(PromptingKeyProvider.View<AesCipherParameters> view)
Constructs a new prompting key manager service using the given view.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,KeyManager<?>> |
get() |
newMap, toStringgetprivate final Map<Class<?>,KeyManager<?>> managers
public PromptingKeyManagerService()
headless,
then the view of the prompting key provider of the prompting key manager
is an instance of
AesCipherParametersView.
Otherwise, it's an instance of
AesCipherParametersView.public PromptingKeyManagerService(PromptingKeyProvider.View<AesCipherParameters> view)
view - the view for the prompting key providers of the prompting
key manager.public Map<Class<?>,KeyManager<?>> get()
get in class AbstractKeyManagerProviderCopyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.