public class

IESParameters

extends Object
implements CipherParameters
java.lang.Object
   ↳ org.bouncycastle.crypto.params.IESParameters
Known Direct Subclasses

Class Overview

parameters for using an integrated cipher in stream mode.

Summary

Public Constructors
IESParameters(byte[] derivation, byte[] encoding, int macKeySize)
Public Methods
byte[] getDerivationV()
byte[] getEncodingV()
int getMacKeySize()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IESParameters (byte[] derivation, byte[] encoding, int macKeySize)

Parameters
derivation the derivation parameter for the KDF function.
encoding the encoding parameter for the KDF function.
macKeySize the size of the MAC key (in bits).

Public Methods

public byte[] getDerivationV ()

public byte[] getEncodingV ()

public int getMacKeySize ()