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

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

Introduction

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

The text is from its open source code.

Constructor

KeyGenerationParameters(SecureRandom random, int strength)
initialise the generator with a source of randomness and a strength (in bits).