Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to run an example to access a smart card, but i'm having problems importing this libs:

   import sun.security.util.Debug;
   import sun.security.util.ResourcesMgr;

   import sun.security.pkcs11.Secmod.*;
   import sun.security.pkcs11.wrapper.*;
   import static sun.security.pkcs11.wrapper.PKCS11Constants.*;

How can I use them?

I've searched and found some responses, some people can't use that libs when running a 64bits OS..

Tks for helping

share|improve this question
2  
does this help stackoverflow.com/questions/5172069/… – mprabhat Nov 29 '11 at 19:34
what is the error you get? – rana Nov 29 '11 at 21:43
mprabhat: that's just the answer I suppose. But to add to it: Sun uses the open source wrapper from IAIK, so if you want to make Java compliant code you can also download the PKCS#11 wrapper from them and use that. Probably does not help you with the sample code though, as the imports will be different. sun.* packages should not be used. – owlstead Nov 30 '11 at 1:11

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.