Question about javacard getInstance() API
Posted: Thu Jan 21, 2016 2:18 am
I know that there are many getInstance methods(e.g. Cipher class, Cipher.getInstance(byte algorithm,boolean externalAccess) throws CryptoException.) in java card API.
My Question:
How many instances will I get if I call Cipher.getInstance(...) twice consecutively?
In RAM, only one instance at all times or each instance per getInstance method invocation?
My Question:
How many instances will I get if I call Cipher.getInstance(...) twice consecutively?
In RAM, only one instance at all times or each instance per getInstance method invocation?