org.polyglotted.crypto
Class FileCryptoMain

java.lang.Object
  extended by org.polyglotted.crypto.AbstractMain
      extended by org.polyglotted.crypto.FileCryptoMain
Direct Known Subclasses:
PropertyFileCryptoMain

public class FileCryptoMain
extends AbstractMain


Field Summary
protected  File inputFile
           
protected  File outputFile
           
 
Fields inherited from class org.polyglotted.crypto.AbstractMain
algo, keyFile, passPhrase
 
Constructor Summary
FileCryptoMain()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inputFile

protected File inputFile

outputFile

protected File outputFile
Constructor Detail

FileCryptoMain

public FileCryptoMain()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2012-2013 Polyglotted Org. All Rights Reserved.