org.itr_rescue.dataGuard.encryption.symmetric
Class FileEncryptor

java.lang.Object
  extended by org.itr_rescue.dataGuard.encryption.symmetric.FileEncryptor

public class FileEncryptor
extends java.lang.Object


Constructor Summary
FileEncryptor()
           
 
Method Summary
static java.io.File getDecryptedFile(java.io.File source, java.io.File dest)
           
static java.io.File getEncryptedFile(java.io.File source, java.io.File dest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileEncryptor

public FileEncryptor()
Method Detail

getEncryptedFile

public static java.io.File getEncryptedFile(java.io.File source,
                                            java.io.File dest)

getDecryptedFile

public static java.io.File getDecryptedFile(java.io.File source,
                                            java.io.File dest)