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