Date: Thu, 2 Jul 1998 09:31:24 -0700 (PDT)
From: Hemma Prafullchandra <Hemma.Prafullchandra@Eng>
Subject: Re: Signed Applet Example Prblm.
To: java-security@java.Sun.COM, Amarendra.Mishra@usa.xerox.com
--> I'm trying the "Signed Applet Example" of
--> http://java.sun.com/security/signExample .
--> Till step 2 everything is working fine. But in step 3 when I'm importing the
--> Duke's
--> certificate thru " javakey -ic Duke Duke.x509" I'm getting an error,
--> "Error: io error[extra DER value data (constructor)] "
--> I'm running the whole stuff on NT.
-->
--> Do U have any idea why it's complaining so ?
-->
--> Rgds,
--> Amarendra.
The Duke certificate you have probably has extra nulls at the end.
Please check the size - it should be 508 bytes.
If the size is different then please try another method (e.g. ftp)
to download the certificate.
Hemma