-
Enhancement
-
Resolution: Fixed
-
P3
-
7
-
b78
-
generic
-
generic
The java.security.Signer class is deprecated. Several internal security classes have dependencies on this class (and the subclass sun.security.x509.X500Signer) which can easily be removed. See suggested fix for diffs for those changes. Eliminating this dependency helps reduce the number and size of the security classes in the base module.
The classes that I have removed this dependency from are:
sun.security.x509.CertAndKeyGen
sun.security.pkcs.PKCS10
sun.security.tools.KeyTool
Remove dependencies on the following classes too:
java.security.Certificate
java.security.Identity
java.security.IdentityScope
The classes that I have removed this dependency from are:
sun.security.x509.CertAndKeyGen
sun.security.pkcs.PKCS10
sun.security.tools.KeyTool
Remove dependencies on the following classes too:
java.security.Certificate
java.security.Identity
java.security.IdentityScope
- relates to
-
JDK-6925256 Update java.security properties file to remove reference to sun.security.provider.IdentityDatabase
-
- Closed
-