|
TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
PromptingKeyProvider.UI.
See:
Description
| Interface Summary | |
|---|---|
| Feedback | Provides visual and/or audible feedback to the user when prompting
for a key in its Feedback.feedback(javax.swing.JPanel) method. |
| InvalidKeyFeedback | Provides visual and/or audible feedback to the user when prompting for a key again after an invalid key has been provided before. |
| UnknownKeyFeedback | Provides visual and/or audible feedback to the user when prompting for an unknown key for the first time. |
| Class Summary | |
|---|---|
| AesCipherParametersUI | A Swing based user interface to prompt for passwords or key files. |
| AesKeyStrengthPanel | A panel which allows the user to select the key strength for the AES cipher. |
| AuthenticationPanel | A panel displaying a password panel or a key file panel in order to let the user select an authentication method and enter a key. |
| AuthenticationPanel.CustomFileChooser | A file chooser which with a dialog title and disabled file hiding. |
| BasicFeedback | Provides feedback by beeping using the default toolkit. |
| BasicInvalidKeyFeedback | Provides feedback by beeping using the default toolkit and disabling the
default button in the root pane for SafeKeyProvider.MIN_KEY_RETRY_DELAY
milliseconds when prompting for a key and the last input was invalid. |
| BasicUnknownKeyFeedback | Behaves exactly like its base class, but implements the unknown key feedback interface, too. |
| CreateKeyPanel | This panel prompts the user for a key to create or overwrite a protected resource. |
| HurlingWindowFeedback | Provides feedback by beeping using the default toolkit, disabling the default button in the root pane for three seconds and concurrently hurling the containing window for 1.5 seconds. |
| OpenKeyPanel | This panel prompts the user for a key to open an existing protected resource. |
| Exception Summary | |
|---|---|
| WeakKeyException | Thrown to indicate that a password or key file is considered weak. |
The console I/O based implementation of the interface
PromptingKeyProvider.UI.
If a key file is used for authentication instead of a password,
the file size must be 512 bytes or more, of which only the first
512 bytes are used.
|
TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||