TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1

Uses of Package
de.schlichtherle.truezip.crypto.raes

Packages that use de.schlichtherle.truezip.crypto.raes
de.schlichtherle.truezip.crypto.raes Reads and writes files according to the Random Access Encryption Specification (RAES). 
de.schlichtherle.truezip.crypto.raes.param Provides AES cipher parameters for use as the key for the class PromptingKeyProvider
de.schlichtherle.truezip.crypto.raes.param.swing The console I/O based implementation of the interface PromptingKeyProvider.UI
de.schlichtherle.truezip.fs.archive.zip.raes The archive driver family for RAES encrypted ZIP files, alias TZP files. 
 

Classes in de.schlichtherle.truezip.crypto.raes used by de.schlichtherle.truezip.crypto.raes
RaesAuthenticationException
          Thrown to indicate that an RAES file has been tampered with.
RaesException
          Thrown if a file is read which is not RAES compatible.
RaesKeyException
          Thrown to indicate that retrieving a key to encrypt some pay load data to an RAES file has been disabled or cancelled.
RaesOutputStream
          An OutputStream to produce a file with data ecnrypted according to the Random Access Encryption Specification (RAES).
RaesParameters
          A marker interface for RAES parameters.
RaesParametersException
          Thrown to indicate that no suitable RAES parameters have been provided or something is wrong with the parameters.
RaesReadOnlyFile
          This class implements a ReadOnlyFile in order to provide transparent random read only access to the plain text data which has been encrypted and stored in a file according to the Random Access Encryption Specification (RAES).
Type0RaesParameters
          The parameters of this interface are used with RAES type 0 files.
Type0RaesParameters.KeyStrength
          Defines the key strength for the AES algorithm.
 

Classes in de.schlichtherle.truezip.crypto.raes used by de.schlichtherle.truezip.crypto.raes.param
RaesKeyException
          Thrown to indicate that retrieving a key to encrypt some pay load data to an RAES file has been disabled or cancelled.
RaesParameters
          A marker interface for RAES parameters.
RaesParametersAgent
          These RaesParameters delegate to some other instance of a sibling interface or itself in order to locate the parameters required to read or write a certain RAES type.
Type0RaesParameters
          The parameters of this interface are used with RAES type 0 files.
Type0RaesParameters.KeyStrength
          Defines the key strength for the AES algorithm.
 

Classes in de.schlichtherle.truezip.crypto.raes used by de.schlichtherle.truezip.crypto.raes.param.swing
Type0RaesParameters.KeyStrength
          Defines the key strength for the AES algorithm.
 

Classes in de.schlichtherle.truezip.crypto.raes used by de.schlichtherle.truezip.fs.archive.zip.raes
RaesParameters
          A marker interface for RAES parameters.
 


TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1

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