Skip to content

-Djdk.nativeECDSA

This option enables or disables OpenSSL native cryptographic support for the ECDSA signature algorithm.

Syntax

    -Djdk.nativeECDSA=[true|false]
Setting value Default
-Djdk.nativeECDSA true yes
-Djdk.nativeECDSA false

Explanation

OpenSSL support is enabled by default for the ECDSA signature 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.