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

Inheritance: IKeyedHashFunction
Afficher le fichier Open project: deveel/deveeldb

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Compute ( byte data ) : byte[]
Dispose ( ) : void
KeyedHashFunction ( string hashName ) : System

Method Details

Compute() public méthode

public Compute ( byte data ) : byte[]
data byte
Résultat byte[]

Dispose() public méthode

public Dispose ( ) : void
Résultat void

KeyedHashFunction() public méthode

public KeyedHashFunction ( string hashName ) : System
hashName string
Résultat System