ECDecryptor
public 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 ECDecryptor
param
- the necessary EC key parameters.public ECPoint decrypt(ECPair pair)
decrypt
in interface ECDecryptor
pair
- the EC point pair to process.