JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
How to create an array of AESKey objects?
Moderator: product
How to create an array of AESKey objects?
Hello,
Is it possible to create an array of Key Objects of Class AESKey?
Can some one please guide me how can we do that?
Is it possible to create an array of Key Objects of Class AESKey?
Can some one please guide me how can we do that?
Re: How to create an array of AESKey objects?
Firstly declare the array of
Then afterwards loop through as needed and use the KeyBuilder to build the keys when you need to use them otherwise the keys are not initialized properly and are useless until initialized and set with a key value.
Code: Select all
short totalKeyObjects = (short) 24;
AESKey[] keys = new AESKey[totalKeyObjects];
Who is online
Users browsing this forum: No registered users and 3 guests