net.java.truevfs.driver.zip.raes.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of truevfs-driver-zip-raes Show documentation
Show all versions of truevfs-driver-zip-raes Show documentation
Provides a file system driver for accessing the RAES encrypted ZIP file format, alias ZIP.RAES or TZP. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.
/*
* Copyright (C) 2005-2015 Schlichtherle IT Services.
* All rights reserved. Use is subject to license terms.
*/
/**
* Provides a file system driver for accessing the RAES encrypted ZIP file
* format, alias ZIP.RAES or TZP.
* ZIP.RAES files are regular ZIP files which use UTF-8 as their character set
* (like JARs) and have been wrapped in a RAES file format envelope.
* The RAES File Format enables transparent, random access to AES encrypted
* data (the payload) in the file as if the application were reading decrypted
* data from a {@link java.io.RandomAccessFile}.
* Note that RAES is not specific to ZIP files - any kind of content may get
* encrypted.
*/
@javax.annotation.Nonnull @javax.annotation.ParametersAreNonnullByDefault
package net.java.truevfs.driver.zip.raes;