Bouncy Castle Cryptography 1.50

org.bouncycastle.crypto.ec
Interface ECEncryptor

All Known Implementing Classes:
ECElGamalEncryptor

public interface ECEncryptor


Method Summary
 ECPair encrypt(ECPoint point)
           
 void init(CipherParameters params)
           
 

Method Detail

init

void init(CipherParameters params)

encrypt

ECPair encrypt(ECPoint point)

Bouncy Castle Cryptography 1.50