Reputation: 1058
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
Reputation: 4142
Have a look at IsoApplet (that does exactly this) https://github.com/philipWendland/IsoApplet
Upvotes: 2