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

Inheritance: System.Security.Cryptography.HMACSHA1
Show file Open project: icsharpcode/SharpZipLib

Public Methods

Method 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 method

public AppendData ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

CreateHMAC() public static method

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

GetHashAndReset() public method

public GetHashAndReset ( ) : byte[]
return byte[]

IncrementalHash() public method

public IncrementalHash ( byte key ) : System
key byte
return System