Class IesWithCipherParameters
- Namespace
- Org.BouncyCastle.Crypto.Parameters
- Assembly
- BouncyCastle.Cryptography.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; }