|
TrueZIP 6.8.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use PromptingKeyProvider | |
|---|---|
| de.schlichtherle.key | An extensible, generalized manager for keys of arbitrary type required to create or open protected resources. |
| de.schlichtherle.key.passwd.console |
The console I/O based implementation of the abstract base class
KeyManager. |
| de.schlichtherle.key.passwd.swing |
The Swing GUI based implementation of the abstract base class
KeyManager. |
| Uses of PromptingKeyProvider in de.schlichtherle.key |
|---|
| Subclasses of PromptingKeyProvider in de.schlichtherle.key | |
|---|---|
class |
PromptingAesKeyProvider
An implementation of AesKeyProvider which prompts the user for
a key and allows to select the cipher key strength when creating a new
AES encrypted resource or replacing the entire contents of an already
existing AES encrypted resource. |
| Methods in de.schlichtherle.key with parameters of type PromptingKeyProvider | |
|---|---|
abstract Object |
PromptingKeyProvider.State.getCreateKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.Reset.getCreateKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.KeyProvided.getCreateKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.KeyChangeRequested.getCreateKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.Cancelled.getCreateKey(PromptingKeyProvider provider)
|
abstract Object |
PromptingKeyProvider.State.getOpenKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.Reset.getOpenKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.KeyInvalidated.getOpenKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.KeyProvided.getOpenKey(PromptingKeyProvider provider)
|
Object |
PromptingKeyProvider.Cancelled.getOpenKey(PromptingKeyProvider provider)
|
void |
PromptingKeyProvider.State.invalidOpenKey(PromptingKeyProvider provider)
|
void |
PromptingKeyProvider.Reset.invalidOpenKey(PromptingKeyProvider provider)
|
void |
PromptingKeyProvider.KeyProvided.invalidOpenKey(PromptingKeyProvider provider)
|
void |
PromptingKeyProvider.KeyChanged.invalidOpenKey(PromptingKeyProvider provider)
|
void |
PromptingKeyProvider.Cancelled.invalidOpenKey(PromptingKeyProvider provider)
|
void |
PromptingKeyProviderUI.promptCreateKey(PromptingKeyProvider provider)
Prompts the user for the key which may be used to create a new protected resource or entirely replace the contents of an already existing protected resource. |
boolean |
PromptingKeyProviderUI.promptInvalidOpenKey(PromptingKeyProvider provider)
Prompts the user for the key which may be used to open an existing protected resource in order to access its contents. |
boolean |
PromptingKeyProviderUI.promptUnknownOpenKey(PromptingKeyProvider provider)
Prompts the user for the key which may be used to open an existing protected resource in order to access its contents. |
void |
PromptingKeyProvider.State.resetCancelledPrompt(PromptingKeyProvider provider)
|
void |
PromptingKeyProvider.Cancelled.resetCancelledPrompt(PromptingKeyProvider provider)
|
| Uses of PromptingKeyProvider in de.schlichtherle.key.passwd.console |
|---|
| Methods in de.schlichtherle.key.passwd.console with parameters of type PromptingKeyProvider | |
|---|---|
void |
PromptingKeyProviderUI.promptCreateKey(PromptingKeyProvider provider)
|
protected void |
PromptingKeyProviderUI.promptExtraData(PromptingKeyProvider provider)
|
protected void |
PromptingAesKeyProviderUI.promptExtraData(PromptingKeyProvider provider)
|
boolean |
PromptingKeyProviderUI.promptInvalidOpenKey(PromptingKeyProvider provider)
|
private boolean |
PromptingKeyProviderUI.promptOpenKey(PromptingKeyProvider provider,
boolean invalid)
|
boolean |
PromptingKeyProviderUI.promptUnknownOpenKey(PromptingKeyProvider provider)
|
| Uses of PromptingKeyProvider in de.schlichtherle.key.passwd.swing |
|---|
| Methods in de.schlichtherle.key.passwd.swing with parameters of type PromptingKeyProvider | |
|---|---|
void |
PromptingKeyProviderUI.promptCreateKey(PromptingKeyProvider provider)
|
protected void |
PromptingKeyProviderUI.promptCreateKey(PromptingKeyProvider provider,
JComponent extraDataUI)
This method is only called by the AWT Event Dispatch Thread, so it doesn't need to be thread safe. |
protected void |
PromptingAesKeyProviderUI.promptCreateKey(PromptingKeyProvider provider,
JComponent extraDataUI)
|
boolean |
PromptingKeyProviderUI.promptInvalidOpenKey(PromptingKeyProvider provider)
|
protected boolean |
PromptingKeyProviderUI.promptOpenKey(PromptingKeyProvider provider,
boolean invalid,
JComponent extraDataUI)
This method is only called by the AWT Event Dispatch Thread, so it doesn't need to be thread safe. |
boolean |
PromptingKeyProviderUI.promptUnknownOpenKey(PromptingKeyProvider provider)
|
|
TrueZIP 6.8.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||