@Nonnull @ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
PromptingKey<K extends PromptingKey<K>> |
A prompting key for writing and reading protected resources.
|
PromptingKey.Controller<K extends PromptingKey<K>> |
Proxies access to the key for
PromptingKey.View implementations. |
PromptingKey.View<K extends PromptingKey<K>> |
Used for the actual prompting of the user for a key (a password for
example) which is required to access a protected resource.
|
PromptingPbeParameters<P extends PromptingPbeParameters<P,S>,S extends KeyStrength> |
Parameters with properties for prompting for password based encryption (PBE)
parameters.
|
Class | Description |
---|---|
AbstractPromptingPbeParameters<P extends AbstractPromptingPbeParameters<P,S>,S extends KeyStrength> |
A JavaBean with properties for prompting for password based encryption (PBE)
parameters.
|
PromptingKeyManager<K extends PromptingKey<K>> |
A key manager which prompts the user for a secret key if required.
|
PromptingKeyManagerMap |
Implements a map for a single prompting key manager which will use the
prompting key provider view given to the
constructor.
|
PromptingKeyProvider<K extends PromptingKey<K>> |
A key provider which prompts the user for a key for its protected resource.
|
Exception | Description |
---|---|
KeyPromptingCancelledException |
Thrown to indicate that the retrieval of the key to open or create a
protected resource has been cancelled.
|
KeyPromptingDisabledException |
Thrown to indicate that the retrieval of the key to open or create a
protected resource has been disabled.
|
KeyPromptingInterruptedException |
Thrown to indicate that prompting for a key to open or create a
protected resource has been interrupted.
|
KeyPromptingTimeoutException |
Thrown to indicate that prompting for a key to open or create a
protected resource has timed out.
|
Copyright © 2012–2015 Schlichtherle IT Services. All rights reserved.