C# Class Org.BouncyCastle.Crypto.Digests.MD2Digest

Inheritance: IDigest, IMemoable
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
BlockUpdate ( byte input, int inOff, int length ) : void
DoFinal ( byte output, int outOff ) : int
GetByteLength ( ) : int
GetDigestSize ( ) : int
MD2Digest ( ) : System
MD2Digest ( MD2Digest t ) : System
Reset ( ) : void
Update ( byte input ) : void

Private Methods

Method Description
ProcessBlock ( byte m ) : void
ProcessChecksum ( byte m ) : void

Method Details

BlockUpdate() public method

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

DoFinal() public method

public DoFinal ( byte output, int outOff ) : int
output byte
outOff int
return int

GetByteLength() public method

public GetByteLength ( ) : int
return int

GetDigestSize() public method

public GetDigestSize ( ) : int
return int

MD2Digest() public method

public MD2Digest ( ) : System
return System

MD2Digest() public method

public MD2Digest ( MD2Digest t ) : System
t MD2Digest
return System

Reset() public method

public Reset ( ) : void
return void

Update() public method

public Update ( byte input ) : void
input byte
return void