Class ZipChecker
java.lang.Object
edu.jiangxin.apktoolbox.file.password.recovery.checker.FileChecker
edu.jiangxin.apktoolbox.file.password.recovery.checker.ZipChecker
- All Implemented Interfaces:
IChecker
-
Field Summary
Fields inherited from class edu.jiangxin.apktoolbox.file.password.recovery.checker.FileChecker
conf, file, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckPassword(String password) String[]Return all supported file extensions in LOWERCASE, for example: ["zip", "7z", "rar"]booleanMethods inherited from class edu.jiangxin.apktoolbox.file.password.recovery.checker.FileChecker
attachFile, toString
-
Constructor Details
-
ZipChecker
public ZipChecker()
-
-
Method Details
-
getFileExtensions
Description copied from class:FileCheckerReturn all supported file extensions in LOWERCASE, for example: ["zip", "7z", "rar"]- Specified by:
getFileExtensionsin classFileChecker- Returns:
- All supported file extensions in LOWERCASE
-
getFileDescription
- Specified by:
getFileDescriptionin classFileChecker
-
getDescription
- Specified by:
getDescriptionin classFileChecker
-
prepareChecker
public boolean prepareChecker()- Overrides:
prepareCheckerin classFileChecker
-
checkPassword
-