Table of Contents

Class RC5Parameters

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

Constructors

RC5Parameters(byte[], int)

public RC5Parameters(byte[] key, int rounds)

Parameters

key byte[]
rounds int

Properties

Rounds

public int Rounds { get; }

Property Value

int