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
Properties
CipherKeySize
public int CipherKeySize { get; }