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