I\'ve posted this question on the Nokia Developer forums so please bear with me.
I\'m writing an app which needs to find the SHA-256 hash of a URL keyed with a uniqu
BouncyCastle's latest J2ME compatible release (the lightweight API) contains among other things an SHA256 implementation - org.bouncycastle.crypto.digests.SHA256Digest - that should work for you.
org.bouncycastle.crypto.digests.SHA256Digest