Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.ec
Interface ECPairTransform

All Known Implementing Classes:
ECNewPublicKeyTransform, ECNewRandomnessTransform

public interface ECPairTransform


Method Summary
 void init(CipherParameters params)
           
 ECPair transform(ECPair cipherText)
           
 

Method Detail

init

void init(CipherParameters params)

transform

ECPair transform(ECPair cipherText)

Bouncy Castle Cryptography Library 1.49