C# Class BraintreeEncryption.Library.BouncyCastle.Crypto.Digests.GeneralDigest

Inheritance: IDigest
Show file Open project: braintree/braintree_windows_phone_encryption Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
GeneralDigest ( ) : System
GeneralDigest ( GeneralDigest t ) : System
ProcessBlock ( ) : void
ProcessLength ( long bitLength ) : void
ProcessWord ( byte input, int inOff ) : 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 abstract method

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

Finish() public method

public Finish ( ) : void
return void

GetByteLength() public method

public GetByteLength ( ) : int
return int

GetDigestSize() public abstract method

public abstract GetDigestSize ( ) : int
return int

Reset() public method

public Reset ( ) : void
return void

Update() public method

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