On 03/03/2014 02:54 PM, David Juran wrote: > So for the curious, it seems that both the F20 and rawhide versions do > support ECDH. For F19, I'm still pushing it to testing, so I guess we'll > find out (-: How did you test this? Note that it will compile even with a bogus string and would only fail when it hits this code path at runtime. > What I actually did was just to do > java.security.Security.addProvider(new BouncyCastleProvider()) without > much further checking. But I guess if Well, this installs the bouncycastle provider. So without providing any 2nd argument to getInstance(), it will iterate through all installed providers until it finds something, or throws an exception if it does not find anything with that name. -- java-devel mailing list java-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/java-devel