Bouncy Castle Cryptography Library 1.49

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

void init(CipherParameters params)

encrypt

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

Bouncy Castle Cryptography Library 1.49