Package crypto.analysis
Class CryptoAnalysisDataFlowScope
- java.lang.Object
-
- crypto.analysis.CryptoAnalysisDataFlowScope
-
- All Implemented Interfaces:
boomerang.scene.DataFlowScope
public class CryptoAnalysisDataFlowScope extends Object implements boomerang.scene.DataFlowScope
-
-
Constructor Summary
Constructors Constructor Description CryptoAnalysisDataFlowScope(Collection<CrySLRule> rules, Collection<String> ignoredSections)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisExcluded(boomerang.scene.DeclaredMethod method)booleanisExcluded(boomerang.scene.Method method)
-
-
-
Constructor Detail
-
CryptoAnalysisDataFlowScope
public CryptoAnalysisDataFlowScope(Collection<CrySLRule> rules, Collection<String> ignoredSections)
-
-