crocs-muni / JCAlgTest

Automated testing tool for algorithms from JavaCard API supported by particular smart card. Performance testing of almost all available methods. The results for more than 100+ cards.
http://jcalgtest.org
MIT License
112 stars 44 forks source link

AEADCipher tests #256

Open koh-osug opened 2 years ago

koh-osug commented 2 years ago

On JC 2.2.2 this class is not supported. Still when running the test it is returned as supported. I assume the card is implementing it internally, but the AEADCipher is not very useful without the support for 'updateAADor theinit` methods. I assume the test is just testing the standard cipher commands. Is my assumption correct? Or can a card running JC 2.2.2 supporting AEADCipher somehow still use AEADCipher in a proper way?