Java org.apache.shiro.crypto RandomNumberGenerator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.crypto RandomNumberGenerator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.crypto RandomNumberGenerator.

The text is from its open source code.

Method

ByteSourcenextBytes()
Generates a byte array of fixed length filled with random data, often useful for generating salts, initialization vectors or other seed data.
ByteSourcenextBytes(int numBytes)
Generates a byte array of the specified length filled with random data.