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

Add support for missed algorithms from JC2.2.2 specification #6

Closed petrs closed 10 years ago

petrs commented 11 years ago

https://javacard.kenai.com/javadocs/classic/constant-values.html

ALG_ECDSA_SHA_224 ALG_ECDSA_SHA_256 ALG_ECDSA_SHA_384 ALG_ECDSA_SHA_512
ALG_AES_MAC_128_NOPAD ALG_AES_MAC_192_NOPAD ALG_AES_MAC_256_NOPAD ...

petrs commented 10 years ago

added all relevant constants up to JC3.0.4