ISHA1 Interface
Represents type ISHA1
.
Spring.Cryptography.IHashAlgorithm
Spring.Cryptography.ISHA1
Spring.Cryptography.SHA.TSHA1
type ISHA1 = interface(IHashAlgorithm) ['{FB202EDF-7846-4F3C-9088-D581CC8E1BC0}'] end;
The ISHA1 type exposes the following members.
Name | Description | |
---|---|---|
![]() | HashSize | Gets the hash size, in bits, of the algorithm. (Inherited from IHashAlgorithm.) |
Name | Description | |
---|---|---|
![]() | ComputeHash(Byte[]) | Overloaded. Represents method |
![]() | ComputeHash(Byte[],Integer,Integer) | Overloaded. Represents method |
![]() | ComputeHash(Pointer,Integer) | Overloaded. Represents method |
![]() | ComputeHash(RawByteString) | Overloaded. Represents method |
![]() | ComputeHash(string) | Overloaded. Represents method |
![]() | ComputeHash(TStream) | Overloaded. Represents method |
![]() | ComputeHash(WideString) | Overloaded. Represents method |
![]() | ComputeHashOfFile(string) | Represents method |
![]() | GetHashSize | Represents method |