Class PdfChecker
java.lang.Object
edu.jiangxin.apktoolbox.file.password.recovery.checker.FileChecker
edu.jiangxin.apktoolbox.file.password.recovery.checker.PdfChecker
- All Implemented Interfaces:
IChecker
Brief introduction to PDF password
The standard security provided by PDF has two different passwords: user passwords and owner passwords.
A PDF document may be protected by a password for opening (user password)
and the document may also specify operations that should be restricted even when the document is decrypted:
printing; copying text and graphics out of the document; modifying the document;
and adding or modifying text notes (using owner password).
-
Field Summary
Fields inherited from class edu.jiangxin.apktoolbox.file.password.recovery.checker.FileChecker
conf, file, logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkPassword
(String password) String[]
Return all supported file extensions in LOWERCASE, for example: ["zip", "7z", "rar"]boolean
Methods inherited from class edu.jiangxin.apktoolbox.file.password.recovery.checker.FileChecker
attachFile, toString
-
Constructor Details
-
PdfChecker
public PdfChecker()
-
-
Method Details
-
getFileExtensions
Description copied from class:FileChecker
Return all supported file extensions in LOWERCASE, for example: ["zip", "7z", "rar"]- Specified by:
getFileExtensions
in classFileChecker
- Returns:
- All supported file extensions in LOWERCASE
-
getFileDescription
- Specified by:
getFileDescription
in classFileChecker
-
getDescription
- Specified by:
getDescription
in classFileChecker
-
prepareChecker
public boolean prepareChecker()- Overrides:
prepareChecker
in classFileChecker
-
checkPassword
-