-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
1.3.0
-
x86
-
windows_2000
Name: krC82822 Date: 03/20/2001
java version "1.3.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-beta-b15)
Java HotSpot(TM) Client VM (build 1.3.1beta-b15, mixed mode)
Attempting to import a pkcs12 file with keytool, eg.
keytool -import -alias "me" -file my_key.p12 -storetype pkcs12 -keypass mypass
results in the following:
keytool error: java.security.KeyStoreException: pkcs12 not found
FYI, the reason I was testing was I get an error when trying to import this
file under 1.3.0, which is:
keytool error: java.io.IOException: DerInputStream.getLength(): lengthTag=109,
too big.
Was hoping the new keytool would fix this.
(Review ID: 119176)
======================================================================