I would like to know if the following classes are singleton.
javacard.security.MessageDigest
javacard.security.InitializedMessageDigest
javacard.security.Signature
javacard.security.RandomData
javacard.security.KeyAgreement
javacard.security.Checksum
javacardx.crypto.Cipher
I have to create always a new object with the getInstance method????
Thanks in advance.