@Immutable public final class PromptingKeyManagerService extends KeyManagerService
AesCipherParameters.| 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()
Returns an unmodifiable map of secret key classes to key managers.
|
newMap, toStringgetpublic 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()
AbstractKeyManagerProvidernull
and subsequent calls must return a map which compares at least
equal with the previously returned map.get in class AbstractKeyManagerProviderCopyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.