Table of Contents

Class IesWithCipherParameters

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

Constructors

IesWithCipherParameters(byte[], byte[], int, int)

public IesWithCipherParameters(byte[] derivation, byte[] encoding, int macKeySize, int cipherKeySize)

Parameters

derivation byte[]
encoding byte[]
macKeySize int
cipherKeySize int

Properties

CipherKeySize

public int CipherKeySize { get; }

Property Value

int