public class WindowsEntropyApi
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
PROV_RSA_FULL
Default provider to use.
|
static java.lang.String |
WIN_LIB_NAME
Library name used to access the API
|
| Constructor and Description |
|---|
WindowsEntropyApi() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getEntropy(int numbytes)
Gets random numbers from Windows API.
|
public static final java.lang.String WIN_LIB_NAME
public static final int PROV_RSA_FULL