Java and Eclipse Plugin Development
Java, Eclipse Plugin Development and best software development practices
Showing posts with label
secure storage
.
Show all posts
Showing posts with label
secure storage
.
Show all posts
Sunday, September 6, 2015
Storing in eclipse secure storage with encryption
›
ISecurePreferences root = SecurePreferencesFactory.getDefault(); ISecurePreferences node = root .node( "/com/kk/store" ); ...
Where does Eclipse secure storage file is saved ?
›
This you can find from Eclipse preferences. Eclipse -> Preferences -> General -> Security -> Secure Storage -> Contents Ta...
›
Home
View web version