|
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.ECElGamalEncryptor
this does your basic ElGamal encryption algorithm using EC
| Constructor Summary | |
ECElGamalEncryptor()
|
|
| Method Summary | |
protected ECMultiplier |
createBasePointMultiplier()
|
ECPair |
encrypt(ECPoint point)
Process a single EC point using the basic ElGamal algorithm. |
void |
init(CipherParameters param)
initialise the encryptor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ECElGamalEncryptor()
| Method Detail |
public void init(CipherParameters param)
init in interface ECEncryptorparam - the necessary EC key parameters.public ECPair encrypt(ECPoint point)
encrypt in interface ECEncryptorpoint - the EC point to process.
protected ECMultiplier createBasePointMultiplier()
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||