Page 1 of 1

Use PKCS#15 for a key storage

Posted: Tue Jan 31, 2017 7:33 pm
by Gibson
I have rsa private key in javacard applet. I wonder whether I can use PKCS#15 for a key storage. Anyone knows?

Re: Use PKCS#15 for a key storage

Posted: Wed Feb 01, 2017 5:05 am
by mabel
Check the PKCS#15 spec from the RSA Labs website. You need to support specific file system structures. You can have middleware that can translate the data on your card to P15 objects to support interaction with an application that expects a P15 card.