- cipher - Variable in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
-
- cipherIn - Variable in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
-
- cipherOut - Variable in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
-
- CipherOutputStream - Class in net.java.truevfs.comp.zip.crypto
-
Similar to javax.crypto.CipherOutputStream with some exceptions:
This implementation is based on Bouncy Castle's lightweight crypto API
and uses a BufferedBlockCipher for ciphering.
- CipherOutputStream(BufferedBlockCipher, OutputStream) - Constructor for class net.java.truevfs.comp.zip.crypto.CipherOutputStream
-
Creates a new cipher output stream.
- CipherReadOnlyChannel - Class in net.java.truevfs.comp.zip.crypto
-
Provides buffered random read-only access to the plain text of an encrypted
file.
- CipherReadOnlyChannel(SeekableBlockCipher, SeekableByteChannel) - Constructor for class net.java.truevfs.comp.zip.crypto.CipherReadOnlyChannel
-
Constructs a new cipher read-only channel.
- CipherReadOnlyChannel(SeekableBlockCipher, SeekableByteChannel, int) - Constructor for class net.java.truevfs.comp.zip.crypto.CipherReadOnlyChannel
-
Constructs a new cipher read-only channel.
- clearEncryption() - Method in class net.java.truevfs.comp.zip.ZipEntry
-
Sets the encryption property to false and removes any other
encryption artifacts, e.g. a WinZip AES extra field.
- clone() - Method in class net.java.truevfs.comp.zip.ZipEntry
-
- close() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
-
Closes the file.
- close() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
-
Closes this output stream and releases any system resources
associated with the stream.
- close() - Method in class net.java.truevfs.comp.zip.crypto.CipherOutputStream
-
- close() - Method in class net.java.truevfs.comp.zip.ZipFile
-
- closeEntry() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
-
Writes all necessary data for this entry to the underlying stream.
- Crc32Exception - Exception in net.java.truevfs.comp.zip
-
Thrown to indicate a CRC32 mismatch between the declared value in the
Central File Header and the Data Descriptor or between the declared value
and the computed value from the decompressed data.
- CtrBlockCipher - Class in net.java.truevfs.comp.zip.crypto
-
Implements Counter (CTR) mode (alias Segmented Integer Counter - SIC)
on top of a simple block cipher.
- CtrBlockCipher(BlockCipher) - Constructor for class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
-
Constructs a new CTR block cipher.