keytool is not in jdk-base-image

Mandy Chung mandy.chung at oracle.com
Wed Aug 31 14:53:18 PDT 2011


On 8/31/11 2:34 PM, Sean Mullan wrote:
> It will be difficult to sign modules without keytool. (It's possible, but you
> would have to have a keystore already setup with your keys and certificates and
> know the alias name, etc).

But keytool depends on jsse and jndi.  Can these dependencies be 
eliminated or as optional?

sun.security.tools.JarSigner             ->  sun.security.util.PathList (sun.jsse)
sun.security.tools.KeyTool               ->  javax.net.ssl.HttpsURLConnection (sun.jsse)
sun.security.tools.KeyTool               ->  javax.net.ssl.SSLContext (sun.jsse)
sun.security.tools.KeyTool               ->  javax.net.ssl.TrustManager (sun.jsse)
sun.security.tools.KeyTool               ->  sun.security.pkcs.PKCS10 (sun.jsse)
sun.security.tools.KeyTool               ->  sun.security.pkcs.PKCS10Attribute (sun.jsse)
sun.security.tools.KeyTool               ->  sun.security.pkcs.PKCS10Attributes (sun.jsse)
sun.security.tools.KeyTool               ->  sun.security.provider.certpath.ldap.LDAPCertStoreHelper (sun.jndi)
sun.security.tools.KeyTool               ->  sun.security.util.PathList (sun.jsse)
sun.security.tools.KeyTool               ->  sun.security.x509.CertAndKeyGen (sun.jsse)
sun.security.tools.KeyTool$2             ->  javax.net.ssl.X509TrustManager (sun.jsse)
sun.security.tools.KeyTool$3             ->  javax.net.ssl.HostnameVerifier (sun.jsse)
sun.security.tools.KeyTool$3             ->  javax.net.ssl.SSLSession (sun.jsse)


Mandy



More information about the jigsaw-dev mailing list