How to generate a Nonce value for creating a password digest.
843810Feb 11 2005 — edited Feb 14 2005Hi,
I need to generate a 'nonce' value - is there a standard java library that can already do this? From what i've read its a random, non repeatable set of bytes.
This nonce is used in the calculation of a password digest to create a WS-Security UsernameToken.
Thanks in advance.