Table of Contents

Class MD5BouncyCastle

Namespace
iTextSharp
Assembly
iTextSharp.LGPLv2.Core.dll

RFC1321: The MD5 Message-Digest Algorithm https://datatracker.ietf.org/doc/html/rfc1321

public sealed class MD5BouncyCastle : HashAlgorithm, ICryptoTransform, IDisposable
Inheritance
MD5BouncyCastle
Implements
Inherited Members

Methods

Create()

public static HashAlgorithm Create()

Returns

HashAlgorithm

HashCore(byte[], int, int)

protected override void HashCore(byte[] array, int ibStart, int cbSize)

Parameters

array byte[]
ibStart int
cbSize int

HashFinal()

protected override byte[] HashFinal()

Returns

byte[]

Initialize()

public override void Initialize()