|
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.ECNewPublicKeyTransform
this does your basic Elgamal encryption algorithm using EC
Constructor Summary | |
ECNewPublicKeyTransform()
|
Method Summary | |
protected org.bouncycastle.math.ec.ECMultiplier |
createBasePointMultiplier()
|
void |
init(CipherParameters param)
initialise the EC Elgamal engine. |
ECPair |
transform(ECPair cipherText)
Transform an existing cipher text pair using the ElGamal algorithm. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ECNewPublicKeyTransform()
Method Detail |
public void init(CipherParameters param)
init
in interface ECPairTransform
param
- the necessary EC key parameters.public ECPair transform(ECPair cipherText)
transform
in interface ECPairTransform
cipherText
- the EC point to process.protected org.bouncycastle.math.ec.ECMultiplier createBasePointMultiplier()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |