Example usage for org.apache.commons.text TextRandomProvider interface-usage

List of usage examples for org.apache.commons.text TextRandomProvider interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.text TextRandomProvider interface-usage.

Usage

From source file org.apache.syncope.common.lib.SecureTextRandomProvider.java

/**
 * {@link TextRandomProvider} baking {@link SecureRandom}.
 */
public class SecureTextRandomProvider implements TextRandomProvider {

    private static final SecureRandom RANDOM = new SecureRandom();