Class CachedPasswordProvider

    • Constructor Detail

      • CachedPasswordProvider

        public CachedPasswordProvider()
    • Method Detail

      • addPassword

        public void addPassword​(FSRL fsrl,
                                PasswordValue password)
        Adds a password / file combo to the cache.
        Parameters:
        fsrl - FSRL file
        password - password to unlock the file. Specified PasswordValue is only copied, clearing is still callers responsibility
      • clearCache

        public void clearCache()
        Remove all cached information.
      • getCount

        public int getCount()
        Returns the number of items in cache
        Returns:
        number of items in cache
      • getPasswordsFor

        public java.util.Iterator<PasswordValue> getPasswordsFor​(FSRL fsrl,
                                                                 java.lang.String prompt,
                                                                 CryptoProvider.Session session)
        Description copied from interface: PasswordProvider
        Returns a sequence of passwords (ordered by quality) that may apply to the specified file.
        Specified by:
        getPasswordsFor in interface PasswordProvider
        Parameters:
        fsrl - FSRL path to the password protected file
        prompt - optional prompt that may be displayed to a user
        session - a place to hold state values that persist across related queries
        Returns:
        Iterator of possible passwords