Table of Contents

Class SerpentEngine

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

Constructors

SerpentEngine()

public SerpentEngine()

Methods

DecryptBlock(byte[], int, byte[], int)

protected override void DecryptBlock(byte[] input, int inOff, byte[] output, int outOff)

Parameters

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

EncryptBlock(byte[], int, byte[], int)

protected override void EncryptBlock(byte[] input, int inOff, byte[] output, int outOff)

Parameters

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

MakeWorkingKey(byte[])

protected override int[] MakeWorkingKey(byte[] key)

Parameters

key byte[]

Returns

int[]