Definition at line 112 of file HashFunctions.cs.
Deveel.Data.Security.HashFunctions.HashFunction.HashFunction |
( |
string |
hashName | ) |
|
|
inline |
Definition at line 113 of file HashFunctions.cs.
114 Hash = HashAlgorithm.Create(hashName);
117 throw new ArgumentException(
String.Format(
"Hash function {0} is not supported", hashName));
A long string in the system.
byte [] Deveel.Data.Security.HashFunctions.HashFunction.Compute |
( |
byte[] |
data | ) |
|
|
inline |
void Deveel.Data.Security.HashFunctions.HashFunction.Dispose |
( |
| ) |
|
|
inline |
HashAlgorithm Deveel.Data.Security.HashFunctions.HashFunction.Hash |
|
getsetprivate |
int Deveel.Data.Security.HashFunctions.HashFunction.HashSize |
|
get |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Security/HashFunctions.cs