-Djdk.nativePBE
This option enables or disables OpenSSL native cryptographic support for the PBE cipher.
Syntax
-Djdk.nativePBE=[true|false]
Setting | value | Default |
---|---|---|
-Djdk.nativePBE |
true | yes |
-Djdk.nativePBE |
false |
Explanation
OpenSSL support is enabled by default for the PBE cipher. 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.