6 ms·
...and that you can remove all the existing ones and insert your own.
by mattvanhorn 14y ago
...and that you can remove all the existing ones and insert your own.
- spiralpolitik 14y agoYou can't change Providers while running under the SecurityManager he specifies you must use in the rules. SecurityManager.checkSecurityAccess(java.lang.String) is called if you try and mess with the Providers.
- cromwellian 14y agoYou're right, looks like a Timing Attack might be the only solution that satisfies the spirit of the test.