Interface PasswordProvider

All Superinterfaces:
Serializable

public interface PasswordProvider extends Serializable
A function to provide a set of passwords to use to try to decrypt a file, given the file path. The function does not need to explicitly include null in the set returned to signify that "no password" should be tried.
  • Method Summary

    Modifier and Type
    Method
    Description
    passwordsToTry(String workbookFilePath)
     
  • Method Details