| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive.zip |
The archive driver family for ZIP files.
|
| de.schlichtherle.truezip.key |
Provides an extensible manager for generic keys required to
create or open protected resources.
|
| de.schlichtherle.truezip.key.pbe |
Provides parameters for password based encryption which can get used
as the secret key for the class
PromptingKeyProvider. |
| de.schlichtherle.truezip.key.pbe.console |
The console I/O based implementation of the interface
PromptingKeyProvider.View. |
| de.schlichtherle.truezip.key.pbe.swing |
The console I/O based implementation of the interface
PromptingKeyProvider.View. |
| Constructor and Description |
|---|
PromptingKeyManagerService(PromptingKeyProvider.View<AesPbeParameters> view)
Constructs a new prompting key manager service using the given view.
|
| Modifier and Type | Field and Description |
|---|---|
private PromptingKeyProvider.View<K> |
PromptingKeyProvider.view |
private PromptingKeyProvider.View<K> |
PromptingKeyManager.view |
| Modifier and Type | Method and Description |
|---|---|
private PromptingKeyProvider.View<K> |
PromptingKeyProvider.getView() |
(package private) PromptingKeyProvider.View<K> |
PromptingKeyManager.getView() |
| Constructor and Description |
|---|
PromptingKeyManager(PromptingKeyProvider.View<K> view)
Constructs a new prompting key manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SafePbeParametersView<P extends SafePbeParameters<?,P>>
A user interface to prompt for parameters for safe password based encryption.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleAesPbeParametersView
A console based user interface to prompt for passwords.
|
class |
ConsoleSafePbeParametersView<S extends KeyStrength,P extends SafePbeParameters<S,P>>
A console based user interface to prompt for passwords.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SwingAesPbeParametersView
A Swing based user interface to prompt for passwords or key files.
|
class |
SwingSafePbeParametersView<S extends KeyStrength,P extends SafePbeParameters<S,P>>
A Swing based user interface to prompt for passwords or key files.
|
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.