Table of Contents

Class Rfc3394WrapEngine

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

Constructors

Rfc3394WrapEngine(IBlockCipher)

public Rfc3394WrapEngine(IBlockCipher engine)

Parameters

engine IBlockCipher

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 inLen)

Parameters

input byte[]
inOff int
inLen int

Returns

byte[]

Wrap(byte[], int, int)

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

Parameters

input byte[]
inOff int
inLen int

Returns

byte[]