C# Class Deveel.Data.Security.HashFunctions.KeyedHashFunction

Inheritance: IKeyedHashFunction
Exibir arquivo Open project: deveel/deveeldb

Private Properties

Property Type Description

Public Methods

Method Description
Compute ( byte data ) : byte[]
Dispose ( ) : void
KeyedHashFunction ( string hashName ) : System

Method Details

Compute() public method

public Compute ( byte data ) : byte[]
data byte
return byte[]

Dispose() public method

public Dispose ( ) : void
return void

KeyedHashFunction() public method

public KeyedHashFunction ( string hashName ) : System
hashName string
return System