C# Class Crimson.OpenSsl.HashHelper

Inheritance: IDisposable
Mostrar archivo Open project: mono/crimson

Public Methods

Method Description
Dispose ( ) : void
Final ( ) : byte[]
HashHelper ( Crimson.OpenSsl.Native digest, int hashSize ) : System
Update ( byte data, int start, int length ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Final() public method

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

HashHelper() public method

public HashHelper ( Crimson.OpenSsl.Native digest, int hashSize ) : System
digest Crimson.OpenSsl.Native
hashSize int
return System

Update() public method

public Update ( byte data, int start, int length ) : void
data byte
start int
length int
return void