public class ECElGamalDecryptor extends java.lang.Object implements ECDecryptor
| Constructor and Description |
|---|
ECElGamalDecryptor() |
| Modifier and Type | Method and Description |
|---|---|
ECPoint |
decrypt(ECPair pair)
Decrypt an EC pair producing the original EC point.
|
void |
init(CipherParameters param)
initialise the decryptor.
|
public void init(CipherParameters param)
init in interface ECDecryptorparam - the necessary EC key parameters.public ECPoint decrypt(ECPair pair)
decrypt in interface ECDecryptorpair - the EC point pair to process.