C# Class Org.BouncyCastle.Crypto.Parameters.IesWithCipherParameters

Inheritance: IesParameters
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
IesWithCipherParameters ( byte derivation, byte encoding, int macKeySize, int cipherKeySize ) : System

Method Details

IesWithCipherParameters() public method

public IesWithCipherParameters ( byte derivation, byte encoding, int macKeySize, int cipherKeySize ) : System
derivation byte
encoding byte
macKeySize int
cipherKeySize int
return System