Example usage for java.security SecureRandom interface-usage

List of usage examples for java.security SecureRandom interface-usage

Introduction

In this page you can find the example usage for java.security SecureRandom interface-usage.

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());