Package jadex.commons.security
Class UnixEntropyApi
- java.lang.Object
-
- jadex.commons.security.UnixEntropyApi
-
public class UnixEntropyApi extends java.lang.Object
Access to cryptographically secure entropy on some UNIX systems (BSD, Linux).
-
-
Constructor Summary
Constructors Constructor Description UnixEntropyApi()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
getEntropy(int numbytes)
Gets random numbers from UNIX syscall.
-