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.w...@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.mul...@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 >