Re: PKCS12 question

2002-11-22 Thread Mark W. Webb
actually I figured it out. BTW, I am using Sun JDK 1.4.1. The mapping seems a little strange. In openssl, there are 2 friendlyName entries; 2 holding a certificate, and one holding a certificate and a private key. In java, all 3 certificates and 1 private key are stored under the same

RE: PKCS12 question

2002-11-21 Thread Muralidhar K (SSG) - CTD, Chennai.
Hi Mark, Can you tell me the Java SDK version ? In PKCS12, a container consists of a private key and a corresponding certificate chain. This can be associated with a friendly name. If you PKCS12 file contains only one container, then it should return one friendly name. Regards, Murali