-Djdk.nativePBKDF2
This option enables or disables OpenSSL native cryptographic support for the PBKDF2 (Password based key derivation) algorithm.
Syntax
-Djdk.nativePBKDF2=[true|false]
| Setting | value | Default |
|---|---|---|
-Djdk.nativePBKDF2 |
true | yes |
-Djdk.nativePBKDF2 |
false |
Explanation
OpenSSL support is enabled by default for the PBKDF2 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.