Page 1 of 1

AEADCipher in java_card_kit-305u3

Posted: Thu Oct 21, 2021 5:37 am
by openxdev
I am using JCOP4 P71 card which supports javacard 3.0.5. However, when I used JCIDE to build my code (see below), ALG_AES_GCM is not available. My project runtime is set to java_card_kit-305u3.

(AEADCipher) Cipher.getInstance(Cipher.ALG_AES_GCM, false);

Oracle document clearly stated it is supported. Any idea how I could get around this ? Thanks.