Adnan

Results 2 issues of Adnan

According to the Java Card 3.0.5 API, the `keyLength` parameter passed to the `KeyBuilder.buildKey` method is the **key size in bits.** In the KeyBuilder tests configs, the key sizes are...

bug

The following HMAC key lengths are present in AlgTestJClient test results (list all supported JC API algorithms): ``` javacard.security.KeyBuilder ... TYPE_HMAC LENGTH_HMAC_SHA_384_BLOCK_64;yes; 0.044000;72;0;0 TYPE_HMAC LENGTH_HMAC_SHA_512_BLOCK_64;yes; 0.043000;72;0;0 ``` The HMAC key...

bug