C# Class GitSharp.Core.Util.MessageDigest

Inheritance: ICloneable, IDisposable
Show file Open project: stschake/GitSharp Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
Digest ( ) : byte[]
Digest ( byte input ) : byte[]
Dispose ( ) : void
MessageDigest ( ) : System
Reset ( ) : void
Update ( byte input ) : void
Update ( byte input, int index, int count ) : void

Private Methods

Method Description
MessageDigest ( byte buffer ) : System

Method Details

Clone() public method

public Clone ( ) : object
return object

Digest() public method

public Digest ( ) : byte[]
return byte[]

Digest() public method

public Digest ( byte input ) : byte[]
input byte
return byte[]

Dispose() public method

public Dispose ( ) : void
return void

MessageDigest() public method

public MessageDigest ( ) : System
return System

Reset() public method

public Reset ( ) : void
return void

Update() public method

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

Update() public method

public Update ( byte input, int index, int count ) : void
input byte
index int
count int
return void