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

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

Introduction

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

The text is from its open source code.

Constructor

Method

ECPairencrypt(ECPoint point)
Process a single EC point using the basic ElGamal algorithm.
voidinit(CipherParameters param)
initialise the encryptor.