My guess is that the message digests don't match. In other words, maybe 
Crypto.signText() is not signing the exact same bytes that you digested 
to create the messageDigest you hardcoded into your test program. 
Perhaps if you told us what you passed into Crypto.signText(). I can 
think of all sorts of possibilities, like mismatched character 
encodings, extra spaces somewhere, etc.


Reply via email to