-Djdk.nativeEC
This option enables or disables OpenSSL native cryptographic support for the ECDH key agreement algorithm.
Syntax
-Djdk.nativeEC=[true|false]
Setting | value | Default |
---|---|---|
-Djdk.nativeEC |
true | yes |
-Djdk.nativeEC |
false |
Explanation
OpenSSL support is enabled by default for the ECDH key agreement algorithm. If you want to turn off support for this algorithm only, set this option to false
. To turn off support for this and other algorithms, see the -Djdk.nativeCrypto
system property command line option.