-Djdk.nativeMD5
This option enables or disables OpenSSL native cryptographic support for the MD5 digest algorithm.
Syntax
-Djdk.nativeMD5=[true|false]
Setting | value | Default |
---|---|---|
-Djdk.nativeMD5 |
true | yes |
-Djdk.nativeMD5 |
false |
Explanation
To turn off all the digest algorthims, see the -Djdk.nativeDigest
.
To turn off all the algorithms, see the -Djdk.nativeCrypto system property command-line option.
Note: The MD5 digest algorithm is not supported for OpenSSL on AIX®. The Java implementation is always used for the MD5 digest algorithm on AIX.