C# Class Granados.Crypto.MACSHA1

Inheritance: MAC
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode Description
ComputeHash ( byte data, int offset, int length ) : byte[]
MACSHA1 ( byte key ) : System

Method Details

ComputeHash() public méthode

public ComputeHash ( byte data, int offset, int length ) : byte[]
data byte
offset int
length int
Résultat byte[]

MACSHA1() public méthode

public MACSHA1 ( byte key ) : System
key byte
Résultat System