Uses of Class
crypto.analysis.CrySLAnalysisListener
-
Packages that use CrySLAnalysisListener Package Description crypto crypto.analysis crypto.reporting -
-
Uses of CrySLAnalysisListener in crypto
Methods in crypto that return CrySLAnalysisListener Modifier and Type Method Description protected CrySLAnalysisListenerHeadlessCryptoScanner. getAdditionalListener() -
Uses of CrySLAnalysisListener in crypto.analysis
Methods in crypto.analysis with parameters of type CrySLAnalysisListener Modifier and Type Method Description booleanCrySLResultsReporter. removeReportListener(CrySLAnalysisListener listener) -
Uses of CrySLAnalysisListener in crypto.reporting
Subclasses of CrySLAnalysisListener in crypto.reporting Modifier and Type Class Description classCommandLineReporterThis class extends the classReporterby generating an analysis report and print it to the command line.classCSVReporterThis class extends the classReporterby generating an analysis report and write it into a csv file.classCSVSummaryReporterThis class extends the classReporterby generating a summary of the analysis and write it into a csv file.classErrorMarkerListenerThis listener is notified of any misuses the analysis finds.classGitHubAnnotationReporterclassReporterSuperclass for all reporters.classSARIFReporterThis class extends the classReporterby generating an analysis report and write it into a JSON file in the SARIF format.classTXTReporterThis class extends the classReporterby generating a report and writing it into a text file.
-