TrueZIP Driver ZIP 7.3.4
A B C D E F G H I J K L M N O P R S T U V W Y Z 

P

param - Variable in class de.schlichtherle.truezip.fs.archive.zip.ZipInputShop
 
param - Variable in class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop
 
param - Variable in class de.schlichtherle.truezip.zip.RawZipFile
 
param - Variable in class de.schlichtherle.truezip.zip.WinZipAesEntryOutputStream
 
param - Variable in class de.schlichtherle.truezip.zip.WinZipAesEntryParameters
 
parameters(Class<P>, ZipParameters) - Static method in class de.schlichtherle.truezip.zip.ZipParametersUtils
Searches for ZipParameters of the given type starting from the given parameters.
paranoidWipe(byte[]) - Method in class de.schlichtherle.truezip.zip.WinZipAesEntryOutputStream
Wipe the given array.
paranoidWipe(byte[]) - Method in class de.schlichtherle.truezip.zip.WinZipAesEntryReadOnlyFile
Wipe the given array.
parseZip64ExtraField() - Method in class de.schlichtherle.truezip.zip.ZipEntry
Parses the properties of this entry from the ZIP64 Extended Information Extra Field, if present.
passwdField - Variable in class de.schlichtherle.truezip.key.pbe.swing.ReadKeyPanel
 
passwdLabel - Variable in class de.schlichtherle.truezip.key.pbe.swing.ReadKeyPanel
 
passwdPanel - Variable in class de.schlichtherle.truezip.key.pbe.swing.ReadKeyPanel
 
passwdPanel - Variable in class de.schlichtherle.truezip.key.pbe.swing.WriteKeyPanel
 
passwdPanelAncestorWindowShown(PanelEvent) - Method in class de.schlichtherle.truezip.key.pbe.swing.ReadKeyPanel
 
passwdPanelAncestorWindowShown(PanelEvent) - Method in class de.schlichtherle.truezip.key.pbe.swing.WriteKeyPanel
 
password(char[], String) - Method in class de.schlichtherle.truezip.fs.archive.zip.KeyManagerZipCryptoParameters
A template method to derive password bytes from the given password characters and the given entry name.
password - Variable in class de.schlichtherle.truezip.key.pbe.SafePbeParameters
 
PI - Static variable in class de.schlichtherle.truezip.key.pbe.swing.HurlingWindowFeedback
 
PLATFORM - Static variable in class de.schlichtherle.truezip.zip.ZipEntry
 
platform - Variable in class de.schlichtherle.truezip.zip.ZipEntry
 
PLATFORM_FAT - Static variable in class de.schlichtherle.truezip.zip.ZipEntry
Windows platform.
PLATFORM_UNIX - Static variable in class de.schlichtherle.truezip.zip.ZipEntry
Unix platform.
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.
postamble - Variable in class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop
 
postamble - Variable in class de.schlichtherle.truezip.zip.RawZipFile
The number of bytes in the postamble of this ZIP file.
postambled - Variable in class de.schlichtherle.truezip.zip.DefaultZipFileParameters
 
preamble - Variable in class de.schlichtherle.truezip.zip.RawZipFile
The number of bytes in the preamble of this ZIP file.
preambled - Variable in class de.schlichtherle.truezip.zip.DefaultZipFileParameters
 
process(ZipInputShop, ZipArchiveEntry, ZipArchiveEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
 
process(ZipOutputShop, ZipArchiveEntry, ZipArchiveEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
 
process(ZipArchiveEntry, ZipArchiveEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
Returns true if and only if the content of the given input target entry needs processing when it gets copied to the given output target entry.
process - Variable in class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop.BufferedEntryOutputStream
 
process - Variable in class de.schlichtherle.truezip.zip.RawZipOutputStream.RawOutputMethod
 
processBlock(byte[], int, byte[], int) - Method in class de.schlichtherle.truezip.crypto.SICSeekableBlockCipher
 
processBlock(byte[], int, byte[], int) - Method in class de.schlichtherle.truezip.zip.WinZipAesCipher
 
processor - Variable in class de.schlichtherle.truezip.zip.RawZipOutputStream
 
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
A container for a prompting key manager implementation for AesPbeParameters.
PromptingKeyManagerService() - Constructor for class de.schlichtherle.truezip.fs.archive.zip.PromptingKeyManagerService
Constructs a new prompting key manager service using the default view.
PromptingKeyManagerService(PromptingKeyProvider.View<AesPbeParameters>) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.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(PromptingKeyManager<K>) - Constructor for class de.schlichtherle.truezip.key.PromptingKeyProvider
 
PromptingKeyProvider.BaseController - Class in de.schlichtherle.truezip.key
Proxies access to the secret key for PromptingKeyProvider.View implementations.
PromptingKeyProvider.BaseController(PromptingKeyProvider.State) - Constructor for class de.schlichtherle.truezip.key.PromptingKeyProvider.BaseController
 
PromptingKeyProvider.Controller<K extends SafeKey<K>> - Interface in de.schlichtherle.truezip.key
Proxies access to the key for PromptingKeyProvider.View implementations.
PromptingKeyProvider.ReadController - Class in de.schlichtherle.truezip.key
The controller to use when promting for a secret key to decrypt a protected resource.
PromptingKeyProvider.ReadController(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 - Class in de.schlichtherle.truezip.key
The controller to use when promting for a secret key to encrypt a protected resource.
PromptingKeyProvider.WriteController(PromptingKeyProvider.State) - Constructor for class de.schlichtherle.truezip.key.PromptingKeyProvider.WriteController
 
promptReadKey(PromptingKeyProvider.Controller<P>, boolean) - Method in class de.schlichtherle.truezip.key.pbe.console.ConsoleSafePbeParametersView
 
promptReadKey(PromptingKeyProvider.Controller<P>, boolean) - Method in class de.schlichtherle.truezip.key.pbe.swing.SwingSafePbeParametersView
 
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<P>, boolean) - Method in class de.schlichtherle.truezip.key.pbe.swing.SwingSafePbeParametersView
This method is only called by the AWT Event Dispatch Thread, so it doesn't need to be thread safe.
promptWriteKey(PromptingKeyProvider.Controller<P>) - Method in class de.schlichtherle.truezip.key.pbe.console.ConsoleSafePbeParametersView
 
promptWriteKey(PromptingKeyProvider.Controller<P>) - Method in class de.schlichtherle.truezip.key.pbe.swing.SwingSafePbeParametersView
 
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<P>) - Method in class de.schlichtherle.truezip.key.pbe.swing.SwingSafePbeParametersView
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
 
providers - Variable in class de.schlichtherle.truezip.key.SafeKeyManager
 
putNextEntry(E) - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
putNextEntry(E, boolean) - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
Starts writing the next ZIP entry to the underlying stream.
putNextEntry(ZipEntry, boolean) - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
 
PWD_VERIFIER_BITS - Static variable in class de.schlichtherle.truezip.zip.WinZipAesEntryOutputStream
 
A B C D E F G H I J K L M N O P R S T U V W Y Z 
TrueZIP Driver ZIP 7.3.4

Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.