|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.crypto.ec.ECElGamalDecryptor
this does your basic decryption ElGamal style using EC
| Constructor Summary | |
ECElGamalDecryptor()
|
|
| Method Summary | |
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 ECDecryptorparam - the necessary EC key parameters.public ECPoint decrypt(ECPair pair)
decrypt in interface ECDecryptorpair - the EC point pair to process.
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||