|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthcrypto.analyzer.CryptoAnalyzer
hcrypto.analyzer.tool.EnglishFacts
public class EnglishFacts
Displays some general facts about English text. This analyzer does not parse the specific text being analyzed.
| Field Summary |
|---|
| Fields inherited from class hcrypto.analyzer.CryptoAnalyzer |
|---|
PERMUTATION, PLAYFAIR, RAILFENCE, SIMPLESUB |
| Fields inherited from interface hcrypto.analyzer.Analyzer |
|---|
DECIPHER_LIMIT |
| Constructor Summary | |
|---|---|
EnglishFacts()
|
|
EnglishFacts(AnalyzerFrame f)
Constructor for use with CryptoToolJ |
|
| Method Summary | |
|---|---|
java.lang.String |
getReport()
getResult() is part of Analyzer interface. |
void |
run()
run() is part of Analyzer interface. |
void |
setup(java.lang.String text)
setup() is part of Analyzer interface. |
java.lang.String |
toString()
toString() returns the result |
| Methods inherited from class hcrypto.analyzer.CryptoAnalyzer |
|---|
prettyPrint, setup, stopThread, threadIsStopped |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EnglishFacts()
public EnglishFacts(AnalyzerFrame f)
f - the frame that displays the results| Method Detail |
|---|
public void setup(java.lang.String text)
setup in interface Analyzersetup in class CryptoAnalyzerpublic void run()
run in interface Analyzerrun in interface java.lang.Runnablerun in class CryptoAnalyzerpublic java.lang.String getReport()
getReport in interface AnalyzergetReport in class CryptoAnalyzerpublic java.lang.String toString()
toString in class CryptoAnalyzer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||