Equinox secure storage: provider-specific functionality
Package Specification
This package provides an infrastructure and helper utilities oriented towards service providers implementing their own password provider modules.
PasswordProvider.getPassword(
IPreferencesContainer container,
int passwordType)
This method should return the password used to encrypt entries in the secure
preferences.
boolean
PasswordProvider.retryOnError(
Exception e,
IPreferencesContainer container)
The framework might call this method if it suspects that the password is invalid
(for instance, due to a failed data decryption).