List of usage examples for java.security SecureRandom interface-usage
From source file com.intel.chimera.random.JavaSecureRandom.java
/** * A SecureRandom of Java implementation. */ public class JavaSecureRandom implements SecureRandom { private static final Log LOG = LogFactory.getLog(JavaSecureRandom.class.getName());