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