Closed mikaelmechoulam closed 9 years ago
The DROID_SIGNATURE_FILE and CONTAINER_SIG_FILES are hardcoded in DroidDetector. Is it possible to have public setters for them ?
DROID_SIGNATURE_FILE
CONTAINER_SIG_FILES
In fact there is already a constructor with the files in parameters. So it is not necessary.
The
DROID_SIGNATURE_FILE
andCONTAINER_SIG_FILES
are hardcoded in DroidDetector. Is it possible to have public setters for them ?