문제

I just noticed there is one new dll file named sunec.dll since JAVA7.

I tried Googling a lot about this file but in vain.

Can anyone provide an introduction about this new file here??

Thanks a lot!

도움이 되었습니까?

해결책

The main reason is to enable Elliptic Curve Cryptography on all platforms. See the JDK 7 Adoption Guide:

Elliptic Curve Cryptography (ECC)

A new native provider has been added to the JDK 7 release that provides several ECC-based algorithms (ECDSA/ECDH). Having an ECC provider also enables ECC-based JSSE ciphersuites on all platforms. Previously, only platforms with a native PKCS11 ECC implementation (e.g. Solaris) could use ECC-based ciphersuites out of the box. For more information, see SunEC Provider's Supported Algorithms in the Java Cryptography Architecture Oracle Providers Documentation (JDK 7 Guides).

다른 팁

It's one of the crypto libraries, this particular one provides Elliptical Curve Cryptography as per this page here.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top