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

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

공개 메소드들

메소드 설명
BlockUpdate ( byte input, int inOff, int length ) : void
Copy ( ) : IMemoable
DoFinal ( byte output, int outOff ) : int
Finish ( ) : void
GeneralDigest ( ) : System
GeneralDigest ( GeneralDigest t ) : System
GetByteLength ( ) : int
GetDigestSize ( ) : int
ProcessBlock ( ) : void
ProcessLength ( long bitLength ) : void
ProcessWord ( byte input, int inOff ) : void
Reset ( ) : void
Reset ( IMemoable t ) : void
Update ( byte input ) : void

보호된 메소드들

메소드 설명
CopyIn ( GeneralDigest t ) : void

메소드 상세

BlockUpdate() 공개 메소드

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

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

public abstract Copy ( ) : IMemoable
리턴 IMemoable

CopyIn() 보호된 메소드

protected CopyIn ( GeneralDigest t ) : void
t GeneralDigest
리턴 void

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

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

Finish() 공개 메소드

public Finish ( ) : void
리턴 void

GeneralDigest() 공개 메소드

public GeneralDigest ( ) : System
리턴 System

GeneralDigest() 공개 메소드

public GeneralDigest ( GeneralDigest t ) : System
t GeneralDigest
리턴 System

GetByteLength() 공개 메소드

public GetByteLength ( ) : int
리턴 int

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

public abstract GetDigestSize ( ) : int
리턴 int

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

public abstract ProcessBlock ( ) : void
리턴 void

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

public abstract ProcessLength ( long bitLength ) : void
bitLength long
리턴 void

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

public abstract ProcessWord ( byte input, int inOff ) : void
input byte
inOff int
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

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

public abstract Reset ( IMemoable t ) : void
t IMemoable
리턴 void

Update() 공개 메소드

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