public class ECNewRandomnessTransform extends Object implements ECPairFactorTransform
| Constructor and Description |
|---|
ECNewRandomnessTransform() |
| Modifier and Type | Method and Description |
|---|---|
protected ECMultiplier |
createBasePointMultiplier() |
BigInteger |
getTransformValue()
Return the last random value generated for a transform
|
void |
init(CipherParameters param)
initialise the underlying EC ElGamal engine.
|
ECPair |
transform(ECPair cipherText)
Transform an existing cipher test pair using the ElGamal algorithm.
|
public void init(CipherParameters param)
init in interface ECPairTransformparam - the necessary EC key parameters.public ECPair transform(ECPair cipherText)
transform in interface ECPairTransformcipherText - the EC point to process.public BigInteger getTransformValue()
getTransformValue in interface ECPairFactorTransformprotected ECMultiplier createBasePointMultiplier()
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.