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

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

Introduction

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

The text is from its open source code.

Constructor

Method

DHParametersgenerateParameters()
which generates the p and g values from the given parameters, returning the DHParameters object.
voidinit(int size, int certainty, SecureRandom random)
Initialise the parameters generator.