Class SeedEngine
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Engines
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class SeedEngine : IBlockCipher
- Inheritance
-
SeedEngine
- Implements
-
- Inherited Members
-
Constructors
SeedEngine()
Properties
AlgorithmName
public virtual string AlgorithmName { get; }
Property Value
- string
IsPartialBlockOkay
public virtual bool IsPartialBlockOkay { get; }
Property Value
- bool
Methods
GetBlockSize()
public virtual int GetBlockSize()
Returns
- int
Init(bool, ICipherParameters)
public virtual void Init(bool forEncryption, ICipherParameters parameters)
Parameters
forEncryption
bool
parameters
ICipherParameters
ProcessBlock(byte[], int, byte[], int)
public virtual int ProcessBlock(byte[] inBuf, int inOff, byte[] outBuf, int outOff)
Parameters
inBuf
byte[]
inOff
int
outBuf
byte[]
outOff
int
Returns
- int
Reset()
public virtual void Reset()