Package | Description |
---|---|
org.eclipse.equinox.security.storage.provider |
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.
|
Modifier and Type | Method and Description |
---|---|
abstract PBEKeySpec |
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).
|
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.