Example usage for java.security SecureRandom subclass-usage

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

Introduction

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

Usage

From source file com.gwtplatform.dispatch.rpc.server.spring.SecureRandomSingleton.java

@Component
public class SecureRandomSingleton extends SecureRandom {
    private static final long serialVersionUID = 462441711297897572L;
}

From source file com.gwtplatform.dispatch.server.spring.SecureRandomSingleton.java

/**
 * @deprecated Please use {@link com.gwtplatform.dispatch.rpc.server.spring.SecureRandomSingleton}.
 */
@Component
@Deprecated
public class SecureRandomSingleton extends SecureRandom {