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
HashCore(byte[], int, int)
protected override void HashCore(byte[] array, int ibStart, int cbSize)
Parameters
HashFinal()
protected override byte[] HashFinal()
Returns
- byte[]
Initialize()
public override void Initialize()