C# Class ICSharpCode.SharpZipLib.Encryption.ZipAESTransform.IncrementalHash

Inheritance: System.Security.Cryptography.HMACSHA1
Afficher le fichier Open project: icsharpcode/SharpZipLib

Méthodes publiques

Méthode Description
AppendData ( byte buffer, int offset, int count ) : void
CreateHMAC ( string n, byte key ) : IncrementalHash
GetHashAndReset ( ) : byte[]
IncrementalHash ( byte key ) : System

Method Details

AppendData() public méthode

public AppendData ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

CreateHMAC() public static méthode

public static CreateHMAC ( string n, byte key ) : IncrementalHash
n string
key byte
Résultat System.Security.Cryptography.IncrementalHash

GetHashAndReset() public méthode

public GetHashAndReset ( ) : byte[]
Résultat byte[]

IncrementalHash() public méthode

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