Bouncy Castle Cryptography Library 1.77.0

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

public void init(CipherParameters params)

decrypt

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

Bouncy Castle Cryptography Library 1.77.0