Java org.apache.commons.crypto.random CryptoRandomFactory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.crypto.random CryptoRandomFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.crypto.random CryptoRandomFactory.

The text is from its open source code.

Field

StringCLASSES_KEY
The configuration key of the CryptoRandom implementation class.

Method

CryptoRandomgetCryptoRandom()
Gets a CryptoRandom instance using the default implementation as defined by #CLASSES_DEFAULT
CryptoRandomgetCryptoRandom(Properties props)
Gets a CryptoRandom instance for specified props.