Overview
Package
Class
Use
Tree
Deprecated
Index
TrueZIP Driver ZIP.RAES (TZP) 7.1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
Y
Z
P
param
- Variable in class de.schlichtherle.truezip.crypto.raes.param.
KeyManagerRaesParameters.Type0
ParanoidZipRaesDriver
- Class in
de.schlichtherle.truezip.fs.archive.zip.raes
A paranoid archive driver which builds RAES encrypted ZIP files.
ParanoidZipRaesDriver(IOPoolProvider, KeyManagerProvider)
- Constructor for class de.schlichtherle.truezip.fs.archive.zip.raes.
ParanoidZipRaesDriver
passwdField
- Variable in class de.schlichtherle.truezip.crypto.raes.param.swing.
ReadKeyPanel
passwdLabel
- Variable in class de.schlichtherle.truezip.crypto.raes.param.swing.
ReadKeyPanel
passwdPanel
- Variable in class de.schlichtherle.truezip.crypto.raes.param.swing.
ReadKeyPanel
passwdPanel
- Variable in class de.schlichtherle.truezip.crypto.raes.param.swing.
WriteKeyPanel
passwdPanelAncestorWindowShown(PanelEvent)
- Method in class de.schlichtherle.truezip.crypto.raes.param.swing.
ReadKeyPanel
passwdPanelAncestorWindowShown(PanelEvent)
- Method in class de.schlichtherle.truezip.crypto.raes.param.swing.
WriteKeyPanel
password
- Variable in class de.schlichtherle.truezip.crypto.raes.param.
AesCipherParameters
PI
- Static variable in class de.schlichtherle.truezip.crypto.raes.param.swing.
HurlingWindowFeedback
positionBlock()
- Method in class de.schlichtherle.truezip.crypto.
CipherReadOnlyFile
Positions the block with the decrypted data for partial reading so that it contains the current virtual file pointer in the encrypted file.
positionWindow()
- Method in class de.schlichtherle.truezip.crypto.
CipherReadOnlyFile
Positions the window so that the block containing the current virtual file pointer in the encrypted file is entirely contained in it.
processBlock(byte[], int, byte[], int)
- Method in class de.schlichtherle.truezip.crypto.
SICSeekableBlockCipher
PromptingKeyManager
<
K
extends
SafeKey
<
K
>> - Class in
de.schlichtherle.truezip.key
A key manager which prompts the user for a key if required.
PromptingKeyManager(PromptingKeyProvider.View<K>)
- Constructor for class de.schlichtherle.truezip.key.
PromptingKeyManager
Constructs a new prompting key manager.
PromptingKeyManagerService
- Class in
de.schlichtherle.truezip.fs.archive.zip.raes
A container for a prompting key manager implementation for
AesCipherParameters
.
PromptingKeyManagerService()
- Constructor for class de.schlichtherle.truezip.fs.archive.zip.raes.
PromptingKeyManagerService
Constructs a new prompting key manager service using the default view.
PromptingKeyManagerService(PromptingKeyProvider.View<AesCipherParameters>)
- Constructor for class de.schlichtherle.truezip.fs.archive.zip.raes.
PromptingKeyManagerService
Constructs a new prompting key manager service using the given view.
PromptingKeyProvider
<
K
extends
SafeKey
<
K
>> - Class in
de.schlichtherle.truezip.key
A "safe" key provider which prompts the user for a key for its protected resource.
PromptingKeyProvider()
- Constructor for class de.schlichtherle.truezip.key.
PromptingKeyProvider
PromptingKeyProvider.Controller
<
K
extends
SafeKey
<
K
>> - Class in
de.schlichtherle.truezip.key
Proxies access to the key for
PromptingKeyProvider.View
implementations.
PromptingKeyProvider.Controller(PromptingKeyProvider<K>, PromptingKeyProvider.State)
- Constructor for class de.schlichtherle.truezip.key.
PromptingKeyProvider.Controller
PromptingKeyProvider.Factory
<
K
extends
SafeKey
<
K
>> - Class in
de.schlichtherle.truezip.key
A factory for
PromptingKeyProvider
s.
PromptingKeyProvider.Factory()
- Constructor for class de.schlichtherle.truezip.key.
PromptingKeyProvider.Factory
PromptingKeyProvider.ReadController
<
K
extends
SafeKey
<
K
>> - Class in
de.schlichtherle.truezip.key
PromptingKeyProvider.ReadController(PromptingKeyProvider<K>, PromptingKeyProvider.State)
- Constructor for class de.schlichtherle.truezip.key.
PromptingKeyProvider.ReadController
PromptingKeyProvider.State
- Enum in
de.schlichtherle.truezip.key
Implements the behavior strategy of its enclosing class.
PromptingKeyProvider.State()
- Constructor for enum de.schlichtherle.truezip.key.
PromptingKeyProvider.State
PromptingKeyProvider.View
<
K
extends
SafeKey
<
K
>> - Interface in
de.schlichtherle.truezip.key
Used for the actual prompting of the user for a key (a password for example) which is required to access a protected resource.
PromptingKeyProvider.WriteController
<
K
extends
SafeKey
<
K
>> - Class in
de.schlichtherle.truezip.key
PromptingKeyProvider.WriteController(PromptingKeyProvider<K>, PromptingKeyProvider.State)
- Constructor for class de.schlichtherle.truezip.key.
PromptingKeyProvider.WriteController
promptReadKey(PromptingKeyProvider.Controller<AesCipherParameters>, boolean)
- Method in class de.schlichtherle.truezip.crypto.raes.param.console.
AesCipherParametersView
promptReadKey(PromptingKeyProvider.Controller<AesCipherParameters>, boolean)
- Method in class de.schlichtherle.truezip.crypto.raes.param.swing.
AesCipherParametersView
promptReadKey(PromptingKeyProvider.Controller<K>, boolean)
- Method in interface de.schlichtherle.truezip.key.
PromptingKeyProvider.View
Prompts the user for the key for reading the contents of an existing protected resource.
promptReadKeyEDT(PromptingKeyProvider.Controller<AesCipherParameters>, boolean)
- Method in class de.schlichtherle.truezip.crypto.raes.param.swing.
AesCipherParametersView
This method is only called by the AWT Event Dispatch Thread, so it doesn't need to be thread safe.
promptWriteKey(PromptingKeyProvider.Controller<AesCipherParameters>)
- Method in class de.schlichtherle.truezip.crypto.raes.param.console.
AesCipherParametersView
promptWriteKey(PromptingKeyProvider.Controller<AesCipherParameters>)
- Method in class de.schlichtherle.truezip.crypto.raes.param.swing.
AesCipherParametersView
promptWriteKey(PromptingKeyProvider.Controller<K>)
- Method in interface de.schlichtherle.truezip.key.
PromptingKeyProvider.View
Prompts the user for the key for (over)writing the contents of a new or existing protected resource.
promptWriteKeyEDT(PromptingKeyProvider.Controller<AesCipherParameters>)
- Method in class de.schlichtherle.truezip.crypto.raes.param.swing.
AesCipherParametersView
This method is only called by the AWT Event Dispatch Thread, so it doesn't need to be thread safe.
PROPERTY_FOCUSED_WINDOW
- Static variable in class de.schlichtherle.truezip.awt.
Windows
provider
- Variable in class de.schlichtherle.truezip.key.
PromptingKeyProvider.Controller
providers
- Variable in class de.schlichtherle.truezip.key.
SafeKeyManager
Overview
Package
Class
Use
Tree
Deprecated
Index
TrueZIP Driver ZIP.RAES (TZP) 7.1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
Y
Z
Copyright © 2005-2011
Schlichtherle IT Services
. All Rights Reserved.