| Klasse java.security.SecureRandom | 1.1 |
java.lang.Object
|
+--java.util.Random
|
+--java.security.SecureRandom
| Konstruktoren | |
|---|---|
| public | SecureRandom() |
| public | SecureRandom(byte[] seed) |
| protected | SecureRandom(SecureRandomSpi secureRandomSpi, Provider provider) ![]() |
| Methoden | |
|---|---|
| public byte[] | generateSeed(int numBytes) ![]() |
| public static SecureRandom | getInstance(String algorithm) ![]() |
| public static SecureRandom | getInstance(String algorithm, String provider) ![]() |
| public static SecureRandom | getInstance(String algorithm, Provider provider) ![]() |
| public final Provider | getProvider() ![]() |
| public static byte[] | getSeed(int numBytes) |
| protected final int | next(int numBits) |
| public synchronized void | nextBytes(byte[] bytes) |
| public synchronized void | setSeed(byte[] seed) |
| public synchronized void | setSeed(long seed) |
![[1.2]](../../images/marg12.gif)
![[1.2]](../../images/marg12.gif)
![[1.2]](../../images/marg12.gif)
![[1.2]](../../images/marg12.gif)
![[1.4]](../../images/marg14.gif)
![[1.2]](../../images/marg12.gif)