C# Class OpenSSL.CIPHER

Inheritance: IDisposable
Datei anzeigen Open project: haf/miTLS

Public Methods

Method Description
CIPHER ( CType type, CMode mode, bool encrypt ) : System
CTRL ( int type, int arg, byte ptr, int offset ) : void
Dispose ( ) : void
Final ( byte ob, int off ) : int
Process ( byte ib, int ioff, int ilen, byte ob, int ooff ) : int

Private Methods

Method Description
CIPHER ( ) : System

Method Details

CIPHER() public method

public CIPHER ( CType type, CMode mode, bool encrypt ) : System
type CType
mode CMode
encrypt bool
return System

CTRL() public method

public CTRL ( int type, int arg, byte ptr, int offset ) : void
type int
arg int
ptr byte
offset int
return void

Dispose() public method

public Dispose ( ) : void
return void

Final() public method

public Final ( byte ob, int off ) : int
ob byte
off int
return int

Process() public method

public Process ( byte ib, int ioff, int ilen, byte ob, int ooff ) : int
ib byte
ioff int
ilen int
ob byte
ooff int
return int