Table of Contents

Class BlowfishEngine

Namespace
Enterprises.Org.BouncyCastle.Crypto.Engines
Assembly
Enterprises.BouncyCastle.Crypto.dll
public sealed class BlowfishEngine : IBlockCipher
Inheritance
BlowfishEngine
Implements
Inherited Members

Constructors

BlowfishEngine()

public BlowfishEngine()

Properties

AlgorithmName

public string AlgorithmName { get; }

Property Value

string

IsPartialBlockOkay

public bool IsPartialBlockOkay { get; }

Property Value

bool

Methods

GetBlockSize()

public int GetBlockSize()

Returns

int

Init(bool, ICipherParameters)

public void Init(bool forEncryption, ICipherParameters parameters)

Parameters

forEncryption bool
parameters ICipherParameters

ProcessBlock(byte[], int, byte[], int)

public int ProcessBlock(byte[] input, int inOff, byte[] output, int outOff)

Parameters

input byte[]
inOff int
output byte[]
outOff int

Returns

int

Reset()

public void Reset()