Re: source c++ code for sunmscapi.dll

2011-04-13 Thread Brad Wetmore
/solaris/native/sun/security/pkcs11 ./share/classes/sun/security/pkcs11 ./share/native/sun/security/pkcs11 ./windows/native/sun/security/pkcs11 Brad On 4/13/2011 7:59 AM, Albert Ciffone wrote: Hi, Finally I can compile security.cpp and gets a sunmscapi.dll for 64bits. I use this dll with sunm

Re: source c++ code for sunmscapi.dll

2011-04-13 Thread Albert Ciffone
Hi, Finally I can compile security.cpp and gets a sunmscapi.dll for 64bits. I use this dll with sunmscapi java classes and works fine in windows7 with jvm 64bits. Now I'm trying to do the same with sunPKCS11 provider because j2pkcs11.dll is also missing in windows JVM 64 bits distributions, but th

Re: source c++ code for sunmscapi.dll

2011-04-06 Thread Albert Ciffone
Hi Vincent, Thanks ;), anywise I can't wait for solution so I try to compile security.cpp for windows JVM 64bits. Regards, On Wed, Apr 6, 2011 at 1:57 PM, Vincent Ryan wrote: > On 04/ 6/11 11:36 AM, Albert Ciffone wrote: > > Hi, > > > > I'm working with sunmscapi provider to deal with keys in w

Re: source c++ code for sunmscapi.dll

2011-04-06 Thread Vincent Ryan
On 04/ 6/11 11:36 AM, Albert Ciffone wrote: > Hi, > > I'm working with sunmscapi provider to deal with keys in windows keystore. My > code works properly in windows with JVM 32bit installation, but in JVM 64 bits > installation my code fails because sunmscapi.dll is not in this distributions. > Ca

source c++ code for sunmscapi.dll

2011-04-06 Thread Albert Ciffone
Hi, I'm working with sunmscapi provider to deal with keys in windows keystore. My code works properly in windows with JVM 32bit installation, but in JVM 64 bits installation my code fails because sunmscapi.dll is not in this distributions. Can anybody says me where I can find the source code of th