C# 클래스 Amazon.Runtime.Internal.Util.HashingWrapper

상속: IHashingWrapper
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
AppendBlock ( byte buffer, int offset, int count ) : void
AppendLastBlock ( byte buffer, int offset, int count ) : byte[]
Clear ( ) : void
ComputeHash ( Stream stream ) : byte[]
ComputeHash ( byte buffer ) : byte[]

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Implements the Dispose pattern

비공개 메소드들

메소드 설명
Init ( string algorithmName ) : void

메소드 상세

AppendBlock() 공개 메소드

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

AppendLastBlock() 공개 메소드

public AppendLastBlock ( byte buffer, int offset, int count ) : byte[]
buffer byte
offset int
count int
리턴 byte[]

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ComputeHash() 공개 메소드

public ComputeHash ( Stream stream ) : byte[]
stream Stream
리턴 byte[]

ComputeHash() 공개 메소드

public ComputeHash ( byte buffer ) : byte[]
buffer byte
리턴 byte[]

Dispose() 보호된 메소드

Implements the Dispose pattern
protected Dispose ( bool disposing ) : void
disposing bool Whether this object is being disposed via a call to Dispose /// or garbage collected.
리턴 void