de.schlichtherle.io.archive.zip.raes
Class UnsafeZipRaesDriver
java.lang.Object
de.schlichtherle.io.archive.spi.AbstractArchiveDriver
de.schlichtherle.io.archive.zip.ZipDriver
de.schlichtherle.io.archive.zip.JarDriver
de.schlichtherle.io.archive.zip.raes.AbstractZipRaesDriver
de.schlichtherle.io.archive.zip.raes.UnsafeZipRaesDriver
- All Implemented Interfaces:
- ArchiveDriver, Serializable
- Direct Known Subclasses:
- UnsafeZip32RaesDriver
Deprecated. This class exists for testing purposes only.
Client applications should use SafeZipRaesDriver
instead.
public class UnsafeZipRaesDriver
- extends AbstractZipRaesDriver
An unsafe archive driver which builds RAES encrypted ZIP files.
This class only authenticates the cipher key and file length, which makes
it comparably fast.
However, it does not check the cipher text of input archives and
does not check the CRC-32 values of the encrypted archive entries,
so it's completely unsafe.
Instances of this class are immutable.
- Since:
- TrueZIP 6.0
- Version:
- $Id: UnsafeZipRaesDriver.java 06f3ba684701 2010/11/04 01:15:55 christian $
- Author:
- Christian Schlichtherle
- See Also:
SafeZipRaesDriver,
ParanoidZipRaesDriver,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- Deprecated.
- See Also:
- Constant Field Values
UnsafeZipRaesDriver
public UnsafeZipRaesDriver()
- Deprecated.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.