RFR [12]: 8191136: Remove deprecated java.security.{Certificate,Identity,IdentityScope,Signer} APIs
Weijun Wang
weijun.wang at oracle.com
Thu Nov 1 01:56:44 UTC 2018
Hi Sean
Do you also plan to remove the IDENTITYDB command and doImportIdentityDatabase() in keytool/Main? The command is undocumented (also not shown in "keytool -help") and the method is a no-op now.
There are also 2 strings in keytool/Resources that contain the "identity" word.
Thanks
Max
> On Oct 28, 2018, at 2:54 PM, Weijun Wang <weijun.wang at oracle.com> wrote:
>
> Change looks fine, and I added myself a a reviewer in the CSR.
>
> Thanks
> Max
>
>> On Oct 27, 2018, at 4:10 AM, Sean Mullan <sean.mullan at oracle.com> wrote:
>>
>> Please review this change to remove the Certificate, Identity, IdentityScope, and Signer APIs. These APIs were marked for removal in Java SE 10. They have been deprecated since Java SE 1.2, and have long been superseded by other security APIs. Several SecurityPermission targets and one security property that are only applicable to these APIs have also been removed.
>>
>> webrev: http://cr.openjdk.java.net/~mullan/webrevs/8191136/webrev.00/
>> CSR: https://bugs.openjdk.java.net/browse/JDK-8212916
>>
>> --Sean
>
More information about the security-dev
mailing list