|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.ec.ECElGamalDecryptor
this does your basic decryption ElGamal style using EC
Constructor Summary | |
ECElGamalDecryptor()
|
Method Summary | |
org.bouncycastle.math.ec.ECPoint |
decrypt(ECPair pair)
Decrypt an EC pair producing the original EC point. |
void |
init(CipherParameters param)
initialise the decryptor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ECElGamalDecryptor()
Method Detail |
public void init(CipherParameters param)
init
in interface ECDecryptor
param
- the necessary EC key parameters.public org.bouncycastle.math.ec.ECPoint decrypt(ECPair pair)
decrypt
in interface ECDecryptor
pair
- the EC point pair to process.
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |