Package crypto.cryslhandler
Class RulesetReader
- java.lang.Object
-
- crypto.cryslhandler.RulesetReader
-
public class RulesetReader extends Object
-
-
Constructor Summary
Constructors Constructor Description RulesetReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CrySLRulereadRuleFromFile(File file)Collection<CrySLRule>readRulesFromDirectory(String path)Collection<CrySLRule>readRulesFromFiles(Collection<File> files)Collection<CrySLRule>readRulesFromPath(String path)Collection<CrySLRule>readRulesFromZipArchive(String path)
-
-
-
Method Detail
-
readRulesFromPath
public Collection<CrySLRule> readRulesFromPath(String path) throws IOException
- Throws:
IOException
-
readRulesFromDirectory
public Collection<CrySLRule> readRulesFromDirectory(String path) throws IOException
- Throws:
IOException
-
readRulesFromFiles
public Collection<CrySLRule> readRulesFromFiles(Collection<File> files)
-
readRuleFromFile
public CrySLRule readRuleFromFile(File file) throws CryptoAnalysisException
- Throws:
CryptoAnalysisException
-
readRulesFromZipArchive
public Collection<CrySLRule> readRulesFromZipArchive(String path) throws IOException
- Throws:
IOException
-
-