Package jadex.commons.security
Interface IEntropySource
-
public interface IEntropySource
Entropy source for seeding PRNGs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getEntropy(byte[] bytes)
Gets entropy from the source to fill the byte array.
-