jpkg enhancements to create signed modules
Vincent Ryan
vincent.x.ryan at oracle.com
Tue May 11 09:17:11 PDT 2010
On 11/05/2010 15:56, Wang Weijun wrote:
>>> 3. What if user specifies a non-JKS type but hasn't provided keystore
>>> name?
>>
>> That's allowed, for example, PKCS11 and Windows-MY
>>
>>
>
> What about pkcs12 and jceks?
An exception will be thrown. For example,
% jpkg --storetype PKCS12 --signer mykey jmod mymodule
Enter password for PKCS12 keystore:
java.security.KeyStoreException: Signer key not found in PKCS12 keystore
More information about the jigsaw-dev
mailing list