- 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.
- 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.
- process(ZipDriverEntry, ZipDriverEntry) - 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.
- 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
-
- 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.Controller<K extends SafeKey<K>> - Interface in de.schlichtherle.truezip.key
-
- 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.
- 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.
- 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.
- 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
-