Interface PasswordProvider

    • Method Detail

      • getPassword

        java.lang.String getPassword​(Metadata metadata)
        Looks up the password for a document with the given metadata, and returns it for the Parser. If no password is available for the document, will return null.
        Parameters:
        metadata - document metadata
        Returns:
        The document decryption password, or null if not known