Table of Contents

Class IesParameters

Namespace
Enterprises.Org.BouncyCastle.Crypto.Parameters
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class IesParameters : ICipherParameters
Inheritance
IesParameters
Implements
Derived
Inherited Members

Constructors

IesParameters(byte[], byte[], int)

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

Parameters

derivation byte[]
encoding byte[]
macKeySize int

Properties

MacKeySize

public int MacKeySize { get; }

Property Value

int

Methods

GetDerivationV()

public byte[] GetDerivationV()

Returns

byte[]

GetEncodingV()

public byte[] GetEncodingV()

Returns

byte[]