B C D E F G I M N O P W

B

begin() - Method in interface org.wiztools.wizcrypt.Callback
begin() is called just before the encryption/decryption process starts.

C

Callback - Interface in org.wiztools.wizcrypt
Implement this interface to write your own monitoring class.
cipher - Variable in class org.wiztools.wizcrypt.CipherKey
The cipher object created using the password.
CipherKey - Class in org.wiztools.wizcrypt
This is a Bean like class which just holds data.
CipherKey(Cipher, byte[]) - Constructor for class org.wiztools.wizcrypt.CipherKey
The only constructor to create CipherKey object.
CipherKeyGen - Class in org.wiztools.wizcrypt
This class has static methods to create CipherKey objects.
ConsoleNotAvailableException - Exception in org.wiztools.wizcrypt
 
ConsoleNotAvailableException() - Constructor for exception org.wiztools.wizcrypt.ConsoleNotAvailableException
Creates a new instance of ConsoleNotAvailableException

D

Decrypt - Class in org.wiztools.wizcrypt
Class to do the decryption using the WizCrypt naming convention (*.wiz).
Decrypt() - Constructor for class org.wiztools.wizcrypt.Decrypt
 
decrypt(InputStream, OutputStream, CipherKey, Callback, long) - Static method in class org.wiztools.wizcrypt.WizCrypt
This is the public API exposed to decrypt.
decrypt(InputStream, OutputStream, CipherKey) - Static method in class org.wiztools.wizcrypt.WizCrypt
 
decrypt(InputStream, OutputStream, CipherKey, Callback) - Static method in class org.wiztools.wizcrypt.WizCrypt
 
DestinationFileExistsException - Exception in org.wiztools.wizcrypt
 
DestinationFileExistsException(String) - Constructor for exception org.wiztools.wizcrypt.DestinationFileExistsException
Creates a new instance of DestinationFileExistsException

E

Encrypt - Class in org.wiztools.wizcrypt
Class to do the encryption using the WizCrypt naming convention (*.wiz).
Encrypt() - Constructor for class org.wiztools.wizcrypt.Encrypt
 
encrypt(InputStream, OutputStream, CipherKey, Callback, long) - Static method in class org.wiztools.wizcrypt.WizCrypt
This is the public API exposed to encrypt.
encrypt(InputStream, OutputStream, CipherKey) - Static method in class org.wiztools.wizcrypt.WizCrypt
 
encrypt(InputStream, OutputStream, CipherKey, Callback) - Static method in class org.wiztools.wizcrypt.WizCrypt
 
end() - Method in interface org.wiztools.wizcrypt.Callback
end() is called immediately after the encryption/decryption process ends.

F

FileFormatVersion - Class in org.wiztools.wizcrypt
 

G

getCipherKeyForDecrypt(String) - Static method in class org.wiztools.wizcrypt.CipherKeyGen
This is the public API used for getting the CipherKey object used in WizCrypt public APIs.
getCipherKeyForEncrypt(String) - Static method in class org.wiztools.wizcrypt.CipherKeyGen
This is the public API used for getting the CipherKey object used in WizCrypt public APIs.

I

init(String) - Method in class org.wiztools.wizcrypt.Decrypt
 
init(String) - Method in class org.wiztools.wizcrypt.Encrypt
 
init(String) - Method in interface org.wiztools.wizcrypt.IProcess
 
IProcess - Interface in org.wiztools.wizcrypt
 

M

Main - Class in org.wiztools.wizcrypt
The class which does the commandline parsing the calls the public APIs to encrypt/decrypt.
Main(String[]) - Constructor for class org.wiztools.wizcrypt.Main
 
main(String[]) - Static method in class org.wiztools.wizcrypt.Main
 

N

notifyProgress(long) - Method in interface org.wiztools.wizcrypt.Callback
The encryption/decryption process works this way: it loads a bunch of bytes from the InputStream and writes the processed bunch to the OutputStream, and then proceeds to read & process the next bunch.

O

org.wiztools.wizcrypt - package org.wiztools.wizcrypt
 

P

passKeyHash - Variable in class org.wiztools.wizcrypt.CipherKey
The MD5 hash of the password.
PasswordMismatchException - Exception in org.wiztools.wizcrypt
 
PasswordMismatchException(String) - Constructor for exception org.wiztools.wizcrypt.PasswordMismatchException
 
process(File, boolean) - Method in class org.wiztools.wizcrypt.Decrypt
 
process(File, boolean) - Method in class org.wiztools.wizcrypt.Encrypt
 
process(File, boolean) - Method in interface org.wiztools.wizcrypt.IProcess
 

W

WC07 - Static variable in class org.wiztools.wizcrypt.FileFormatVersion
 
WizCrypt - Class in org.wiztools.wizcrypt
This class has the public APIs of WizCrypt application to do encryption and decryption.

B C D E F G I M N O P W

Copyright © 2007. All Rights Reserved.