ISHA384 Interface

Represents type ISHA384.

Namespace: Spring.Cryptography
IInterface
  Spring.Cryptography.IHashAlgorithm
    Spring.Cryptography.ISHA384
      Spring.Cryptography.SHA.TSHA384
type
 ISHA384 = interface(IHashAlgorithm)
 ['{B8CFF3B2-D319-4D21-89E5-5A1E0DB540B5}']
 end;

The ISHA384 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