HashAlgorithmHelper/ComputeHash
文字列をHash化します。
Request Information
Parameters
Name | Description | Type |
---|---|---|
value |
Hash化する文字列 |
String |
hashAlgorithm |
Hashアルゴリズム、sha-256、sha-384、sha-512のいずれか指定無しでSha256 |
String |
Response Information
Response Description
Description | Type |
---|---|
Hash |
String |