Package | Description |
---|---|
de.schlichtherle.truezip.key |
Provides an extensible manager for generic keys required to create or open
protected resources.
|
de.schlichtherle.truezip.key.pbe.console |
Provides the console I/O based implementation of the interface
PromptingKeyProvider.View . |
de.schlichtherle.truezip.key.pbe.swing |
Provides the Swing based implementation of the interface
PromptingKeyProvider.View . |
Modifier and Type | Method and Description |
---|---|
void |
PromptingKeyProvider.View.promptReadKey(PromptingKeyProvider.Controller<K> controller,
boolean invalid)
Prompts the user for the key for reading the contents of an
existing protected resource.
|
void |
PromptingKeyProvider.View.promptWriteKey(PromptingKeyProvider.Controller<K> controller)
Prompts the user for the key for (over)writing the contents of a
new or existing protected resource.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsoleSafePbeParametersView.promptReadKey(PromptingKeyProvider.Controller<P> controller,
boolean invalid) |
void |
ConsoleSafePbeParametersView.promptWriteKey(PromptingKeyProvider.Controller<P> controller) |
Modifier and Type | Method and Description |
---|---|
void |
SwingSafePbeParametersView.promptReadKey(PromptingKeyProvider.Controller<P> controller,
boolean invalid) |
void |
SwingSafePbeParametersView.promptWriteKey(PromptingKeyProvider.Controller<P> controller) |
Copyright © 2005–2014 Schlichtherle IT Services. All rights reserved.