Package org.bouncycastle.crypto.ec
Interface ECPairFactorTransform
-
- All Superinterfaces:
ECPairTransform
- All Known Implementing Classes:
ECFixedTransform
,ECNewRandomnessTransform
public interface ECPairFactorTransform extends ECPairTransform
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigInteger
getTransformValue()
Return the last value used to calculated a transform.-
Methods inherited from interface org.bouncycastle.crypto.ec.ECPairTransform
init, transform
-
-
-
-
Method Detail
-
getTransformValue
BigInteger getTransformValue()
Return the last value used to calculated a transform.- Returns:
- a BigInteger representing the last transform value used.
-
-