[equinox-dev] Eclipse Secure Storage - changing default encryption algorithm

2013-07-22 Thread Shanker P Perumal
Hello, In order to comply with a govt crypto mandate, we are trying to programatically change the default value of the Eclipse Secure Storage encryption algorithm (screenshot below) - so that users of our product benefit from a higher strength algorithm (as required by the mandate); however

Re: [equinox-dev] Eclipse Secure Storage - changing default encryption algorithm

2013-07-22 Thread John Arthorne
It looks like it is hard-coded in org.eclipse.equinox.internal.security.storage.friends.IStorageConstants. Can you please enter a bug for this. We probably need to change the defaults in Equinox to comply with the latest requirements, or at least provide a way to override it.

Re: [equinox-dev] Class visibility without declared dependency

2013-07-22 Thread Stephan Herrmann
Hi Tom, Thinking more about this, I kind-of want both, see below :) On 07/22/2013 02:59 PM, Thomas Watson wrote: I see Richard Hall chimed in already. The important point to remember is that your weaving hook introduced a real runtime dependency. There are two main reasons the standard