Table of Contents

Class RC2WrapEngine

Namespace
Enterprises.Org.BouncyCastle.Crypto.Engines
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class RC2WrapEngine : IWrapper
Inheritance
RC2WrapEngine
Implements
Inherited Members

Constructors

RC2WrapEngine()

public RC2WrapEngine()

Properties

AlgorithmName

public virtual string AlgorithmName { get; }

Property Value

string

Methods

Init(bool, ICipherParameters)

public virtual void Init(bool forWrapping, ICipherParameters parameters)

Parameters

forWrapping bool
parameters ICipherParameters

Unwrap(byte[], int, int)

public virtual byte[] Unwrap(byte[] input, int inOff, int length)

Parameters

input byte[]
inOff int
length int

Returns

byte[]

Wrap(byte[], int, int)

public virtual byte[] Wrap(byte[] input, int inOff, int length)

Parameters

input byte[]
inOff int
length int

Returns

byte[]