Re: PKCS8 and JAVA Application

2001-03-01 Thread srinivasa siripurapu
ect: Re: PKCS8 and JAVA Application From: "Greg Stark" <[EMAIL PROTECTED]> Date: 2001-02-28 22:55:16 [Download message RAW] Srini, What sorts of exceptions are you getting? Of course you need to use the same password for reading the key in that you used to write it out. T

Re: PKCS8 and JAVA Application

2001-02-28 Thread Greg Stark
Srini, What sorts of exceptions are you getting? Of course you need to use the same password for reading the key in that you used to write it out. The default encryption algorithm used by the pkcs8 utility is pbeWithMD5AndDES-CBC, so this must be available to the Java code you are importing t