Java org.bouncycastle.crypto.engines IESEngine fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.engines IESEngine fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.engines IESEngine.

The text is from its open source code.

Constructor

IESEngine(BasicAgreement agree, DerivationFunction kdf, Mac mac)
Set up for use with stream mode, where the key derivation function is used to provide a stream of bytes to xor with the message.
IESEngine(BasicAgreement agree, DerivationFunction kdf, Mac mac, BufferedBlockCipher cipher)
Set up for use in conjunction with a block cipher to handle the message.

Method