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 ECPointdecrypt(ECPair cipherText)voidinit(CipherParameters params) 
 - 
 
- 
- 
Method Detail
- 
init
void init(CipherParameters params)
 
 - 
 
 -