IMD5 Interface

Represents type IMD5.

Namespace: Spring.Cryptography
IInterface
  Spring.Cryptography.IHashAlgorithm
    Spring.Cryptography.IMD5
      Spring.Cryptography.MD5.TMD5
type
 IMD5 = interface(IHashAlgorithm)
 ['{84E96BE7-0959-490D-9CF0-A62FEF72BFE7}']
 end;

The IMD5 type exposes the following members.

Show:
 NameDescription
HashSize

Gets the hash size, in bits, of the algorithm. (Inherited from IHashAlgorithm.)

Top
Show:
 NameDescription
ComputeHash(Byte[])

Overloaded. Represents method ComputeHash(Byte[]). (Inherited from IHashAlgorithm.)

ComputeHash(Byte[],Integer,Integer)

Overloaded. Represents method ComputeHash(Byte[],Integer,Integer). (Inherited from IHashAlgorithm.)

ComputeHash(Pointer,Integer)

Overloaded. Represents method ComputeHash(Pointer,Integer). (Inherited from IHashAlgorithm.)

ComputeHash(RawByteString)

Overloaded. Represents method ComputeHash(RawByteString). (Inherited from IHashAlgorithm.)

ComputeHash(string)

Overloaded. Represents method ComputeHash(string). (Inherited from IHashAlgorithm.)

ComputeHash(TStream)

Overloaded. Represents method ComputeHash(TStream). (Inherited from IHashAlgorithm.)

ComputeHash(WideString)

Overloaded. Represents method ComputeHash(WideString). (Inherited from IHashAlgorithm.)

ComputeHashOfFile(string)

Represents method ComputeHashOfFile(string). (Inherited from IHashAlgorithm.)

GetHashSize

Represents method GetHashSize. (Inherited from IHashAlgorithm.)

Top