Re: URGENT: PKCS8 format to be used with java

2002-05-17 Thread Haikel
Hi, I have genrated the key using a baltimore free library. Regards Haikel MEJRI KUMAR,PANKAJ (HP-Cupertino,ex1) a écrit : Hi, Did you use Java keytool for generating the private key? If yes, what were the options. If not, then did you do it programmatically? What methods? what classes?

Re: URGENT: PKCS8 format to be used with java

2002-05-17 Thread Vadim Fedukovich
On Fri, 17 May 2002, Haikel wrote: Hi, I'have generated keys in pkcs8 format with java and openssl. The thing that was not expected is the difference of the two files structure. The why not? it's encrypted private key. Yes, one should expect them to be the same after decryption two

RE: URGENT: PKCS8 format to be used with java

2002-05-16 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
Hi, Did you use Java keytool for generating the private key? If yes, what were the options. If not, then did you do it programmatically? What methods? what classes? Regards, Pankaj Kumar. -Original Message- From: Haikel To: [EMAIL PROTECTED] Sent: 5/17/02 9:10 AM Subject: URGENT: PKCS8

Re: URGENT: PKCS8 format to be used with java

2002-05-16 Thread Open SSListreader
we use PKCS7 with Java. Can't speak to the other question. - Original Message - From: Haikel [EMAIL PROTECTED] Date: Fri, 17 May 2002 17:10:51 +0100 To: [EMAIL PROTECTED] Subject: URGENT: PKCS8 format to be used with java Hi, I'have generated keys in pkcs8 format with java and