Hi Guys,
I am using B4J 8.90
I need to use MessageDigest to calculate SHA256.
I added the library jBX4Encryption. Is that the correct library?
But when I try to do:
Dim md as MessageDigest
I get the error:
Unknown type: messagedigest
What am I doing wrong?
Thanks
I am using B4J 8.90
I need to use MessageDigest to calculate SHA256.
I added the library jBX4Encryption. Is that the correct library?
But when I try to do:
Dim md as MessageDigest
I get the error:
Unknown type: messagedigest
What am I doing wrong?
Thanks