Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.ec
Interface ECEncryptor

All Known Implementing Classes:
ECElGamalEncryptor

public interface ECEncryptor


Method Summary
 ECPair encrypt(org.bouncycastle.math.ec.ECPoint point)
           
 void init(CipherParameters params)
           
 

Method Detail

init

public void init(CipherParameters params)

encrypt

public ECPair encrypt(org.bouncycastle.math.ec.ECPoint point)

Bouncy Castle Cryptography Library 1.77.0