org.wiztools.wizcrypt
Interface IProcess

All Known Implementing Classes:
Decrypt, Encrypt

public interface IProcess


Method Summary
 void init(java.lang.String password)
           
 void process(java.io.File file, boolean forceOverwrite)
           
 

Method Detail

init

void init(java.lang.String password)
          throws java.security.NoSuchAlgorithmException,
                 java.io.UnsupportedEncodingException,
                 java.security.InvalidKeyException,
                 javax.crypto.NoSuchPaddingException
Throws:
java.security.NoSuchAlgorithmException
java.io.UnsupportedEncodingException
java.security.InvalidKeyException
javax.crypto.NoSuchPaddingException

process

void process(java.io.File file,
             boolean forceOverwrite)
             throws java.io.IOException,
                    java.io.FileNotFoundException,
                    DestinationFileExistsException,
                    PasswordMismatchException
Throws:
java.io.IOException
java.io.FileNotFoundException
DestinationFileExistsException
PasswordMismatchException


Copyright © 2007. All Rights Reserved.