Uses of Class
crypto.analysis.CryptoScanner
-
Packages that use CryptoScanner Package Description crypto.analysis crypto.extractparameter crypto.predicates -
-
Uses of CryptoScanner in crypto.analysis
Fields in crypto.analysis declared as CryptoScanner Modifier and Type Field Description protected CryptoScannerIAnalysisSeed. cryptoScannerConstructors in crypto.analysis with parameters of type CryptoScanner Constructor Description AnalysisSeedWithEnsuredPredicate(CryptoScanner cryptoScanner, sync.pds.solver.nodes.Node<boomerang.jimple.Statement,boomerang.jimple.Val> delegate)AnalysisSeedWithSpecification(CryptoScanner cryptoScanner, boomerang.jimple.Statement stmt, boomerang.jimple.Val val, ClassSpecification spec)ClassSpecification(CrySLRule rule, CryptoScanner cScanner)IAnalysisSeed(CryptoScanner scanner, boomerang.jimple.Statement stmt, boomerang.jimple.Val fact, typestate.TransitionFunction func) -
Uses of CryptoScanner in crypto.extractparameter
Constructors in crypto.extractparameter with parameters of type CryptoScanner Constructor Description ExtractParameterAnalysis(CryptoScanner cryptoScanner, Map<boomerang.jimple.Statement,soot.SootMethod> allCallsOnObject, SootBasedStateMachineGraph fsm) -
Uses of CryptoScanner in crypto.predicates
Constructors in crypto.predicates with parameters of type CryptoScanner Constructor Description PredicateHandler(CryptoScanner cryptoScanner)
-