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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidinit(boolean forEncryption, CipherParameters param)
initialise the ElGamal engine.
byte[]processBlock(byte[] in, int inOff, int inLen)
Process a single block using the basic ElGamal algorithm.