ECDecryptorpublic class ECElGamalDecryptor extends java.lang.Object implements ECDecryptor
| Constructor | Description |
|---|---|
ECElGamalDecryptor() |
| Modifier and Type | Method | 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.