C# Class OpenSSL.MD

Inheritance: IDisposable
显示文件 Open project: haf/miTLS Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Final ( ) : byte[]
MD ( MDType type ) : System
Update ( byte b ) : void

Private Methods

Method Description
GetMD ( MDType type ) : EVP_MD*

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Final() public method

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

MD() public method

public MD ( MDType type ) : System
type MDType
return System

Update() public method

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