Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.ec
Interface ECPairTransform

All Known Subinterfaces:
ECPairFactorTransform
All Known Implementing Classes:
ECNewPublicKeyTransform

public interface ECPairTransform


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

Method Detail

init

public void init(CipherParameters params)

transform

public ECPair transform(ECPair cipherText)

Bouncy Castle Cryptography Library 1.77.0