C# 클래스 ICSharpCode.SharpZipLib.Encryption.ZipAESTransform.IncrementalHash

상속: System.Security.Cryptography.HMACSHA1
파일 보기 프로젝트 열기: icsharpcode/SharpZipLib

공개 메소드들

메소드 설명
AppendData ( byte buffer, int offset, int count ) : void
CreateHMAC ( string n, byte key ) : IncrementalHash
GetHashAndReset ( ) : byte[]
IncrementalHash ( byte key ) : System

메소드 상세

AppendData() 공개 메소드

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

CreateHMAC() 공개 정적인 메소드

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

GetHashAndReset() 공개 메소드

public GetHashAndReset ( ) : byte[]
리턴 byte[]

IncrementalHash() 공개 메소드

public IncrementalHash ( byte key ) : System
key byte
리턴 System