C# 클래스 Org.BouncyCastle.Crypto.Digests.GeneralDigest

상속: IDigest
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
BlockUpdate ( byte input, int inOff, int length ) : void
DoFinal ( byte output, int outOff ) : int
Finish ( ) : void
GetByteLength ( ) : int
GetDigestSize ( ) : int
Reset ( ) : void
Update ( byte input ) : void

비공개 메소드들

메소드 설명
GeneralDigest ( ) : System
GeneralDigest ( GeneralDigest t ) : System
ProcessBlock ( ) : void
ProcessLength ( long bitLength ) : void
ProcessWord ( byte input, int inOff ) : void

메소드 상세

BlockUpdate() 공개 메소드

public BlockUpdate ( byte input, int inOff, int length ) : void
input byte
inOff int
length int
리턴 void

DoFinal() 공개 추상적인 메소드

public abstract DoFinal ( byte output, int outOff ) : int
output byte
outOff int
리턴 int

Finish() 공개 메소드

public Finish ( ) : void
리턴 void

GetByteLength() 공개 메소드

public GetByteLength ( ) : int
리턴 int

GetDigestSize() 공개 추상적인 메소드

public abstract GetDigestSize ( ) : int
리턴 int

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Update() 공개 메소드

public Update ( byte input ) : void
input byte
리턴 void