Java org.bouncycastle.crypto.prng SP800SecureRandomBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.prng SP800SecureRandomBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.prng SP800SecureRandomBuilder.

The text is from its open source code.

Constructor

SP800SecureRandomBuilder(SecureRandom entropySource, boolean predictionResistant)
Construct a builder with an EntropySourceProvider based on the passed in SecureRandom and the passed in value for prediction resistance.
SP800SecureRandomBuilder()
Basic constructor, creates a builder using an EntropySourceProvider based on the default SecureRandom with predictionResistant set to false.

Method

SP800SecureRandombuildHash(Digest digest, byte[] nonce, boolean predictionResistant)
Build a SecureRandom based on a SP 800-90A Hash DRBG.
SP800SecureRandomBuildersetPersonalizationString(byte[] personalizationString)
Set the personalization string for DRBG SecureRandoms created by this builder