JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.bouncycastle.crypto.ec
ECEncryptor
Contents
Description
Method Summary
Method Details
init(CipherParameters)
encrypt(ECPoint)
Hide sidebar
Show sidebar
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 Details
init
void
init
(
CipherParameters
params)
encrypt
ECPair
encrypt
(
ECPoint
point)