pluginanalyzers
Class TestAnalyzer
java.lang.Object
hcrypto.analyzer.CryptoAnalyzer
pluginanalyzers.TestAnalyzer
- All Implemented Interfaces:
- Analyzer, java.lang.Runnable
public class TestAnalyzer
- extends CryptoAnalyzer
Description: An implementation of a trivial Analyzer plugin.
|
Method Summary |
java.lang.String |
getReport()
getReport() 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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TestAnalyzer
public TestAnalyzer()
TestAnalyzer
public TestAnalyzer(AnalyzerFrame f)
setup
public void setup(java.lang.String text)
- setup() is part of Analyzer interface. It passes in the pointer
to the text.
- Specified by:
setup in interface Analyzer- Overrides:
setup in class CryptoAnalyzer
run
public void run()
- run() is part of Analyzer interface. It performs the analysis.
- Specified by:
run in interface Analyzer- Specified by:
run in interface java.lang.Runnable- Overrides:
run in class CryptoAnalyzer
getReport
public java.lang.String getReport()
- getReport() is part of Analyzer interface. It returns the result
as a string.
- Specified by:
getReport in interface Analyzer- Overrides:
getReport in class CryptoAnalyzer
toString
public java.lang.String toString()
- toString() returns the result
- Overrides:
toString in class CryptoAnalyzer