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