This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 101561 - Keystore created by MobPack cannot be opened by WTK
Summary: Keystore created by MobPack cannot be opened by WTK
Status: RESOLVED WORKSFORME
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-18 13:11 UTC by Lukas Hasik
Modified: 2007-04-23 16:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2007-04-18 13:11:29 UTC
070417

-create new keystore with Security manager
->cannot open this keystore with WTK MeKeyToolbar
Comment 1 Adam Sotona 2007-04-23 16:14:04 UTC
execution of JDK 1.5 keytool works for me:
keytool.exe -list -keystore builtin.ks -storepass password
Keystore type: jks
Keystore provider: SUN

Your keystore contains 3 entries

untrusted, 4.4.2007, keyEntry,
Certificate fingerprint (MD5): 7C:FA:A2:F7:D6:25:2F:FA:C7:40:B5:BC:14:68:15:80
trusted, 4.4.2007, keyEntry,
Certificate fingerprint (MD5): F3:16:5D:22:A1:40:3D:45:1A:00:72:05:E4:A2:87:03
minimal, 4.4.2007, keyEntry,
Certificate fingerprint (MD5): 0D:D3:65:6D:C7:ED:79:67:39:19:13:D6:29:4A:94:C1


first execution of WTK mekeytool shows no errror
mekeytool.exe -import -keystore builtin.ks -alias trusted

second execution shows message:
  Error: Owner already has this key in the ME keystore
  
so this seems to be working form me