Interface IDigest
- Namespace
- Enterprises.Org.BouncyCastle.Crypto
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public interface IDigest
Properties
AlgorithmName
string AlgorithmName { get; }
Property Value
Methods
BlockUpdate(byte[], int, int)
void BlockUpdate(byte[] input, int inOff, int length)
Parameters
DoFinal(byte[], int)
int DoFinal(byte[] output, int outOff)
Parameters
Returns
GetByteLength()
int GetByteLength()
Returns
GetDigestSize()
int GetDigestSize()
Returns
Reset()
void Reset()
Update(byte)
void Update(byte input)
Parameters
input
byte