Re: JavaCard:Reading digital certificates.
Posted By:
Michael_Chan
Posted On:
Friday, December 19, 2003 08:01 AM
You can do so, by storing the certificates in a fileSystem in the javacard. As the filesystem no longer exists after jc2.0. You may like to build one yourself.
Or you may like to have a digital cert. as an attribute to an instance you create.
The javacard is of OO nature, the filesystem may limit the OO nature of the javacard. It depends on your implementation and design.