A: 

The cause for this issue turned out to be an incompatibility of the SafeSign Identity Client with 64-bit Windows. Official support will be added in a later version, I've been told fall 2009.

AronVanAmmers
A: 

I'm having the same issue, but with 32-bit windows xp.

I'm trying to load the personal store with java:

     KeyStore keyStore = KeyStore.getInstance("Windows-MY");
  keyStore.load(null, null);   
  String alias = "";
  byte[] sig;
  Enumeration aliasesEnum = keyStore.aliases();

And works, but doesn't retrieve the certificate from the SmartCard, however, on IE the SmartCard's certificate its being displayed in the personal store.

I'm using Java 1.6 and Athena reader.

Which could be the problem here? any idea?

Thanks in advance!

related questions