Bouncy Castle Cryptography Library 1.79

org.bouncycastle.crypto.ec
Interface ECDecryptor

All Known Implementing Classes:
ECElGamalDecryptor

public interface ECDecryptor


Method Summary
 ECPoint decrypt(ECPair cipherText)
           
 void init(CipherParameters params)
           
 

Method Detail

init

public void init(CipherParameters params)

decrypt

public ECPoint decrypt(ECPair cipherText)

Bouncy Castle Cryptography Library 1.79