ICRC16 Interface
Represents type ICRC16.
Spring.Cryptography.IHashAlgorithm
Spring.Cryptography.ICRC16
Spring.Cryptography.CRC.TCRC16
type ICRC16 = interface(IHashAlgorithm) ['{7FEC815E-52E3-4C48-AAC1-7DEE905A6C1F}'] end;
The ICRC16 type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CrcValue | Represents property |
![]() | 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 |
![]() | GetCrcValue | Represents method |
![]() | GetHashSize | Represents method |

