Interface ECPairFactorTransform

All Superinterfaces:
ECPairTransform
All Known Implementing Classes:
ECFixedTransform, ECNewRandomnessTransform

public interface ECPairFactorTransform extends ECPairTransform
  • Method Summary

    Modifier and Type
    Method
    Description
    Return 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.