C# 클래스 Crimson.OpenSsl.HashHelper

상속: IDisposable
파일 보기 프로젝트 열기: mono/crimson

공개 메소드들

메소드 설명
Dispose ( ) : void
Final ( ) : byte[]
HashHelper ( Crimson.OpenSsl.Native digest, int hashSize ) : System
Update ( byte data, int start, int length ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Final() 공개 메소드

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

HashHelper() 공개 메소드

public HashHelper ( Crimson.OpenSsl.Native digest, int hashSize ) : System
digest Crimson.OpenSsl.Native
hashSize int
리턴 System

Update() 공개 메소드

public Update ( byte data, int start, int length ) : void
data byte
start int
length int
리턴 void