I have generated a secure random number, and put its value into a byte. Here is my code.SecureRandom ranGen = new SecureRandom();byte[] rno = new byte[4]; ...
確定! 回上一頁