| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
SafePbeParameters<S extends KeyStrength,P extends SafePbeParameters<S,P>>
A JavaBean which holds parameters for password based encryption.
|
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 |
AesPbeParameters
A JavaBean which holds password based encryption parameters for use with the
AES cipher.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
SwingSafePbeParametersView<S extends KeyStrength,P extends SafePbeParameters<S,P>>
A Swing based user interface to prompt for passwords or key files.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
WriteKeyPanel.updateParam(SafePbeParameters<?,?> param) |
(package private) boolean |
ReadKeyPanel.updateParam(SafePbeParameters<?,?> param) |
(package private) abstract boolean |
KeyPanel.updateParam(SafePbeParameters<?,?> param) |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.