Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.ec
Interface ECPairFactorTransform

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

public interface ECPairFactorTransform
extends ECPairTransform


Method Summary
 java.math.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

public java.math.BigInteger getTransformValue()
Return the last value used to calculated a transform.
Returns:
a BigInteger representing the last transform value used.

Bouncy Castle Cryptography Library 1.77.0