public class ECElGamalDecryptor extends 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.Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.