JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.bouncycastle.crypto.ec
ECDecryptor
Contents
Description
Method Summary
Method Details
init(CipherParameters)
decrypt(ECPair)
Hide sidebar
Show sidebar
Interface ECDecryptor
All Known Implementing Classes:
ECElGamalDecryptor
public interface
ECDecryptor
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ECPoint
decrypt
(
ECPair
cipherText)
void
init
(
CipherParameters
params)
Method Details
init
void
init
(
CipherParameters
params)
decrypt
ECPoint
decrypt
(
ECPair
cipherText)