Re: Problem with JSS PFX when attempting to decode a p12 file

2006-12-08 Thread neil williams - Sun Microsystems - Santa Clara United States
I'll be looking into this problem. At first glance at the code I noticed a comment which says "this code still has some problems reading PKCS12 file generated with Communicator". Is your PFX file one of these? There some comments in the pk12 code that mention problems with old implementations.

Re: Problem with JSS PFX when attempting to decode a p12 file

2006-12-01 Thread Nelson B
Bill Price wrote: > I am getting an error trying to read a p12 file using JSS and examining its > components. I am getting the error: > > java.security.InvalidAlgorithmParameterException: RC2/CBC/NoPadding cannot > use a null parameter This is a question for our JSS guru, who presently is on le

Problem with JSS PFX when attempting to decode a p12 file

2006-11-29 Thread Bill Price
I am getting an error trying to read a p12 file using JSS and examining its components. I am getting the error: java.security.InvalidAlgorithmParameterException: RC2/CBC/NoPadding cannot use a null parameter I am essentially using the code from the main program at: http://lxr.mozilla.org/securi