MJay
MJay

Reputation: 1058

Begin writing a PKCS token on java card

I want to start implementing pkcs on java card. I have searched a lot but I couldn't find where to begin. I know that a standard token should support PKCS#11 functionalities and probably PKCS#15. should I read those two standards and just do my best to implement them on my card? Is there any open source implementation of PKCS on Java Card?

Regards

Upvotes: 3

Views: 765

Answers (2)

Martin Paljak
Martin Paljak

Reputation: 4142

Have a look at IsoApplet (that does exactly this) https://github.com/philipWendland/IsoApplet

Upvotes: 2

MJay
MJay

Reputation: 1058

I found where the problem is! My card is not compatible with OpenSC, as a result there was a problem connecting to my card and make function.

here you can find the list of compatible hardwares.

Upvotes: 0

Related Questions