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

C

CacheableUnknownKeyException - Exception in de.schlichtherle.truezip.key
Thrown to indicate that the retrieval of the key to open or create a protected resource has failed and that this exception is cacheable.
charset - Variable in class de.schlichtherle.truezip.fs.archive.zip.KeyManagerZipCryptoParameters
The character set which has been provided to the constructor and is used for encoding entry names and the file comment in the ZIP file .
charsetForName(String) - Method in class de.schlichtherle.truezip.nio.charset.ZipCharsetProvider
 
charsets() - Method in class de.schlichtherle.truezip.nio.charset.ZipCharsetProvider
 
check(ZipInputShop, ZipDriverEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.CheckedJarDriver
Whether or not the content of the given entry shall get checked/authenticated when reading it.
check(ZipInputShop, ZipDriverEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.CheckedOdfDriver
Whether or not the content of the given entry shall get checked/authenticated when reading it.
check(ZipInputShop, ZipDriverEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.CheckedReadOnlySfxDriver
Whether or not the content of the given entry shall get checked/authenticated when reading it.
check(ZipInputShop, ZipDriverEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.CheckedZipDriver
Whether or not the content of the given entry shall get checked/authenticated when reading it.
check(ZipInputShop, ZipDriverEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
Whether or not the content of the given entry shall get checked/authenticated when reading it.
CheckedJarDriver - Class in de.schlichtherle.truezip.fs.archive.zip
An archive driver for JAR files which checks the CRC-32 value for all ZIP entries in input archives.
CheckedJarDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.CheckedJarDriver
 
CheckedOdfDriver - Class in de.schlichtherle.truezip.fs.archive.zip
An archive driver for ODF files which checks the CRC-32 value for all ZIP entries in input archives.
CheckedOdfDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.CheckedOdfDriver
 
CheckedReadOnlySfxDriver - Class in de.schlichtherle.truezip.fs.archive.zip
An archive driver for SFX/EXE files which checks the CRC-32 value for all ZIP entries in input archives.
CheckedReadOnlySfxDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.CheckedReadOnlySfxDriver
 
CheckedZipDriver - Class in de.schlichtherle.truezip.fs.archive.zip
An archive driver for ZIP files which checks the CRC-32 values for all ZIP entries in input archives.
CheckedZipDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.CheckedZipDriver
 
checkKeyFileKey(byte[]) - Method in class de.schlichtherle.truezip.key.pbe.swing.WriteKeyPanel
Checks the entropy of the given key.
checkPasswdKey(char[]) - Method in class de.schlichtherle.truezip.key.pbe.swing.WriteKeyPanel
Checks the entropy of the given key.
cipher - Variable in class de.schlichtherle.truezip.crypto.CipherOutputStream
The buffered block cipher used for preprocessing the output.
cipher - Variable in class de.schlichtherle.truezip.crypto.SICSeekableBlockCipher
 
cipherIn - Variable in class de.schlichtherle.truezip.crypto.SICSeekableBlockCipher
 
cipherOut - Variable in class de.schlichtherle.truezip.crypto.SICSeekableBlockCipher
 
CipherOutputStream - Class in de.schlichtherle.truezip.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(OutputStream, BufferedBlockCipher) - Constructor for class de.schlichtherle.truezip.crypto.CipherOutputStream
Creates a new cipher output stream.
CipherReadOnlyFile - Class in de.schlichtherle.truezip.crypto
A read only file for transparent random read access to an encrypted file.
CipherReadOnlyFile(ReadOnlyFile) - Constructor for class de.schlichtherle.truezip.crypto.CipherReadOnlyFile
Creates a read only file for transparent random read access to an encrypted file.
clearEncryption() - Method in class de.schlichtherle.truezip.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 de.schlichtherle.truezip.key.pbe.SafePbeParameters
 
clone() - Method in interface de.schlichtherle.truezip.key.SafeKey
Returns a deep clone of this safe key.
clone() - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
close() - Method in class de.schlichtherle.truezip.crypto.CipherOutputStream
Closes this output stream and releases any resources associated with it.
close() - Method in class de.schlichtherle.truezip.crypto.CipherReadOnlyFile
Closes this read only file and releases any resources associated with it.
close() - Method in class de.schlichtherle.truezip.fs.archive.zip.OdfOutputShop
 
close() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop
Retains the postamble of the source source ZIP file, if any.
close() - Method in class de.schlichtherle.truezip.zip.RawZipFile
Closes the file.
close() - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class de.schlichtherle.truezip.zip.ZipFile
 
close() - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
 
closeEntry() - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
Writes all necessary data for this entry to the underlying stream.
closeEntry() - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
 
computeMac(Mac) - Method in class de.schlichtherle.truezip.crypto.CipherReadOnlyFile
Returns the authentication code of the encrypted data in this cipher read-only file using the given Message Authentication Code (MAC) object.
ConsoleAesPbeParametersView - Class in de.schlichtherle.truezip.key.pbe.console
A console based user interface to prompt for passwords.
ConsoleAesPbeParametersView() - Constructor for class de.schlichtherle.truezip.key.pbe.console.ConsoleAesPbeParametersView
 
ConsoleSafePbeParametersView<S extends KeyStrength,P extends SafePbeParameters<S,P>> - Class in de.schlichtherle.truezip.key.pbe.console
A console based user interface to prompt for passwords.
ConsoleSafePbeParametersView() - Constructor for class de.schlichtherle.truezip.key.pbe.console.ConsoleSafePbeParametersView
 
contains(Charset) - Method in class de.schlichtherle.truezip.nio.charset.OctetCharset
 
CRC32Exception - Exception in de.schlichtherle.truezip.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.
CYCLE - Static variable in class de.schlichtherle.truezip.key.pbe.swing.HurlingWindowFeedback
 
A B C D E F G H I J K L M N O P R S T U V W Z 
TrueZIP Driver ZIP 7.7.2

Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.