B4J Question Unknown type: MessageDigest

ranul

Member
Licensed User
Longtime User
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
 

ranul

Member
Licensed User
Longtime User
Hi,

Where can I find that Encryption Library?

I don't see it in the libraries manager.

Thanks
 
Upvote 0

ranul

Member
Licensed User
Longtime User
Thanks.
I downloaded the library.
I put the JAR and the XML in the AdditionalLibraries folder
I restarted the B4J IDE.

But still I get Unknown type: messagedigest.

Any ideas?
 
Upvote 0
Top