DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Properties | List of all members
Deveel.Data.Security.IKeyedHashFunction Interface Reference

An hash function that requires a private key to compute the final result. More...

Inheritance diagram for Deveel.Data.Security.IKeyedHashFunction:
Deveel.Data.Security.IHashFunction Deveel.Data.Security.HashFunctions.KeyedHashFunction

Properties

byte[] Key [get, set]
 Gets or sets the private key to use for computing the hash. More...
 
- Properties inherited from Deveel.Data.Security.IHashFunction
int HashSize [get]
 Gets the size of the hash to generate. More...
 

Additional Inherited Members

- Public Member Functions inherited from Deveel.Data.Security.IHashFunction
byte[] Compute (byte[] data)
 Computes the hash from the given input. More...
 

Detailed Description

An hash function that requires a private key to compute the final result.

Definition at line 24 of file IKeyedHashFunction.cs.

Property Documentation

byte [] Deveel.Data.Security.IKeyedHashFunction.Key
getset

Gets or sets the private key to use for computing the hash.

Definition at line 28 of file IKeyedHashFunction.cs.


The documentation for this interface was generated from the following file: