C# 클래스 Org.BouncyCastle.Crypto.Tls.CombinedHash

A combined hash, which implements md5(m) || sha1(m).
상속: IDigest
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
CombinedHash ( ) : System
CombinedHash ( CombinedHash t ) : System

메소드 상세

BlockUpdate() 공개 메소드

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

DoFinal() 공개 메소드

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

GetByteLength() 공개 메소드

public GetByteLength ( ) : int
리턴 int

GetDigestSize() 공개 메소드

public GetDigestSize ( ) : int
리턴 int

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Update() 공개 메소드

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