New Cryptographic Providers
Hi Folks;
Is it possible to implement/add new cryptographic providers or algorithms to the java card platform 2.2.2?
Best regards...
Hi Folks;
Is it possible to implement/add new cryptographic providers or algorithms to the java card platform 2.2.2?
Best regards...
You can implement anything you want in Java Card.
you cant add post issuance, but during pre-issuance, do what ever you want !
Done pre-issuance, you probably won't be doing it yourself, though? I mean, cryptographic operations should be done using dedicated coprosessors and those must/should be designed and implemented by the card vendor? I guess that for a huge quantity of cards, they'll be happy to do so, but for most projects, that's not really an option.
Java Card allows industrial extensions to the existing specification. As mentioned, this includes the issuer / card manufacturer to add your implementation.