Package jadex.commons.security
Class WindowsEntropyApi
- java.lang.Object
- 
- jadex.commons.security.WindowsEntropyApi
 
- 
 public class WindowsEntropyApi extends java.lang.ObjectAccess to windows cryptographically secure entropy.
- 
- 
Field SummaryFields Modifier and Type Field Description static intPROV_RSA_FULLDefault provider to use.static java.lang.StringWIN_LIB_NAMELibrary name used to access the API
 - 
Constructor SummaryConstructors Constructor Description WindowsEntropyApi()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]getEntropy(int numbytes)Gets random numbers from Windows API.
 
- 
- 
- 
Field Detail- 
WIN_LIB_NAMEpublic static final java.lang.String WIN_LIB_NAME Library name used to access the API- See Also:
- Constant Field Values
 
 - 
PROV_RSA_FULLpublic static final int PROV_RSA_FULL Default provider to use.- See Also:
- Constant Field Values
 
 
- 
 
-