-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: security-libs
A new security property <code>jdk.crypto.disabledAlgorithms</code> has been introduced to disable algorithms for JCE/JCA cryptographic services. Initially this property only supports _Cipher_, _KeyStore_, _MessageDigest_, and _Signature_ services. This property is defined in the `java.security` file and initially no algorithms are disabled by default. However, this may change in the future. This security property can be overridden by a system property of the same name if applications need to re-enable algorithms.