Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.ec
Interface ECDecryptor

All Known Implementing Classes:
ECElGamalDecryptor

public interface ECDecryptor


Method Summary
 org.bouncycastle.math.ec.ECPoint decrypt(ECPair cipherText)
           
 void init(CipherParameters params)
           
 

Method Detail

init

void init(CipherParameters params)

decrypt

org.bouncycastle.math.ec.ECPoint decrypt(ECPair cipherText)

Bouncy Castle Cryptography Library 1.49