Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Deveel
Data
Security
HashFunctions.KeyedHashFunction
C# Class Deveel.Data.Security.HashFunctions.KeyedHashFunction
Inheritance:
IKeyedHashFunction
显示文件
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