> On Mar 5, 2015, at 11:25, Mandy Chung <mandy.ch...@oracle.com> wrote: > > > On 3/4/2015 6:55 PM, Wang Weijun wrote: >> I am about to introduce 2 APIs into jdk.dev so that people can call >> functions of keytool and jarsigner directly. > > Are you referring to these 2 RFEs? > https://bugs.openjdk.java.net/browse/JDK-8056174 > https://bugs.openjdk.java.net/browse/JDK-8058778 > > We have to see the details and webrev to comment on your > proposed jdk.security.tools and jdk.security.util modules.
Still in design, but you can look at it at http://cr.openjdk.java.net/~weijun/8058778/webrev.00. Or you can read the CCCs. > > There is no issue in keeping a CLI like keytool in java.base. > What is your concern? I just think keytool and jarsigner should stay together. :-) > > policytool is a GUI app that depends on java.desktop module. > If you move jarsigner, policytool and keytool, this new module > would require java.desktop to be present to be used. Correct. Put it in its own module. --Max > > Mandy