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 java.math.BigInteger
getTransformValue()
Return the last value used to calculated a transform.-
Methods inherited from interface org.bouncycastle.crypto.ec.ECPairTransform
init, transform
-
-