com.buck.commons.algorithms
Class SystemEntropy

java.lang.Object
  extended by com.buck.commons.algorithms.SystemEntropy

public final class SystemEntropy
extends Object

Algorithm to generate some entropy based upon some system values. This is commonly used to initialize random number generators.

Author:
Robert J. Buck

Constructor Summary
SystemEntropy()
           
 
Method Summary
static byte[] getSystemEntropy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemEntropy

public SystemEntropy()
Method Detail

getSystemEntropy

public static byte[] getSystemEntropy()


Copyright © 2013. All Rights Reserved.