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