org.polyglotted.crypto
Class AbstractMain

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

public abstract class AbstractMain
extends Object


Field Summary
protected  org.polyglotted.crypto.Algo algo
           
protected  File keyFile
           
protected  String passPhrase
           
 
Constructor Summary
AbstractMain()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

algo

protected org.polyglotted.crypto.Algo algo

passPhrase

protected String passPhrase

keyFile

protected File keyFile
Constructor Detail

AbstractMain

public AbstractMain()


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