728x90
반응형
https://www.educative.io/answers/what-is-the-securerandomnextbytes-method-in-java
Educative Answers - Trusted Answers to Developer Questions
Level up your coding skills. No more passive learning. Interactive in-browser environments keep you engaged and test your progress as you go.
www.educative.io
https://www.tutorialspoint.com/java/util/random_nextbytes.htm
java.util.Random.nextBytes() Method
java util Random nextBytes() Method - The nextBytes(byte[] bytes) method is used to generate random bytes and places them into a user-supplied byte array.
www.tutorialspoint.com
nextBytes (byte[] bytes) 메소드는 임의의 바이트를 생성하고 이를 사용자 제공 바이트 배열에 배치하는 데 사용됩니다.
728x90
반응형
'JAVA' 카테고리의 다른 글
| [JAVA] 대용량 INSERT / BATCH INSERT (0) | 2024.01.25 |
|---|---|
| [JAVA] Byte to String (0) | 2024.01.18 |
| [JAVA] Random / SecureRandom - 난수생성 (0) | 2024.01.15 |
| [JAVA] replace()와 replaceAll() (0) | 2024.01.13 |
| [JAVA] replaceAll() (0) | 2024.01.12 |