Package org.bouncycastle.crypto.ec
Interface ECDecryptor
-
- All Known Implementing Classes:
ECElGamalDecryptor
public interface ECDecryptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ECPoint
decrypt(ECPair cipherText)
void
init(CipherParameters params)
-
-
-
Method Detail
-
init
void init(CipherParameters params)
-
-