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

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

Introduction

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

The text is from its open source code.

Constructor

Method

ElGamalParametersgenerateParameters()
which generates the p and g values from the given parameters, returning the ElGamalParameters object.
voidinit(int size, int certainty, SecureRandom random)