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