|  | 
| KeyedHashAlgorithm | Hash  [get, set] | 
|  | 
| int | HashSize  [get] | 
|  | 
| byte[] | Key  [get, set] | 
|  | 
| byte[] | Key  [get, set] | 
|  | Gets or sets the private key to use for computing the hash.  More... 
 | 
|  | 
| int | HashSize  [get] | 
|  | Gets the size of the hash to generate.  More... 
 | 
|  | 
Definition at line 139 of file HashFunctions.cs.
 
  
  | 
        
          | Deveel.Data.Security.HashFunctions.KeyedHashFunction.KeyedHashFunction | ( | string | hashName | ) |  |  | inline | 
 
Definition at line 140 of file HashFunctions.cs.
  141                 Hash = KeyedHashAlgorithm.Create(hashName);
 
  144                     throw new ArgumentException(
String.Format(
"The hash function {0} is not supported", hashName));
 
A long string in the system. 
 
 
 
  
  | 
        
          | byte [] Deveel.Data.Security.HashFunctions.KeyedHashFunction.Compute | ( | byte[] | data | ) |  |  | inline | 
 
 
  
  | 
        
          | void Deveel.Data.Security.HashFunctions.KeyedHashFunction.Dispose | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | KeyedHashAlgorithm Deveel.Data.Security.HashFunctions.KeyedHashFunction.Hash |  | getsetprivate | 
 
 
  
  | 
        
          | int Deveel.Data.Security.HashFunctions.KeyedHashFunction.HashSize |  | get | 
 
 
  
  | 
        
          | byte [] Deveel.Data.Security.HashFunctions.KeyedHashFunction.Key |  | getset | 
 
 
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