HashAlgorithm Class |
Namespace: Guardtime.KSI.Hashing
The HashAlgorithm type exposes the following members.
| Name | Description | |
|---|---|---|
| Default |
Default Hash Algorithm
| |
| DeprecatedSinceDate |
Returns deprecated since date.
| |
| HasDeprecatedSinceDate |
Returns true if the algorithm has deprecated since date set.
| |
| Id |
Return Guardtime id of algorithm.
| |
| Length |
Return length of the algorithm return value.
| |
| Name |
Return name of algorithm.
| |
| ObsoleteSinceDate |
Returns obsolete since date.
| |
| Status |
Return status of the algorithm.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetById |
Get hash algorithm by id/code.
| |
| GetByName |
Get hash algorithm by name.
| |
| GetHashCode | (Inherited from Object.) | |
| GetNamesList |
Get list of supported the algorithms.
| |
| GetType | (Inherited from Object.) | |
| IsDeprecated |
Returns true if the algorithm is deprecated at the given date
| |
| IsInvalidAlgorithm |
Returns true if algorithm with given id is marked as invalid.
| |
| IsObsolete |
Returns true if the algorithm is obsolete at the given date
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Ripemd160 |
RIPEMD-160 Hash Algorithm
| |
| Sha1 |
SHA1 Hash Algorithm
| |
| Sha2256 |
SHA2-256 Hash Algorithm
| |
| Sha2384 |
SHA2-384 Hash Algorithm
| |
| Sha2512 |
SHA2-512 Hash Algorithm
| |
| Sha3224 |
SHA3-224 Hash Algorithm
| |
| Sha3256 |
SHA3-256 Hash Algorithm
| |
| Sha3384 |
SHA3-384 Hash Algorithm
| |
| Sha3512 |
SHA3-512 Hash Algorithm
| |
| Sm3 |
SM3 Hash Algorithm
|