ISHA384 Interface
Represents type ISHA384
.
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.
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 |