C# Class OpenSSL.CIPHER

Inheritance: IDisposable
Afficher le fichier Open project: haf/miTLS

Méthodes publiques

Méthode 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

Méthode Description
CIPHER ( ) : System

Method Details

CIPHER() public méthode

public CIPHER ( CType type, CMode mode, bool encrypt ) : System
type CType
mode CMode
encrypt bool
Résultat System

CTRL() public méthode

public CTRL ( int type, int arg, byte ptr, int offset ) : void
type int
arg int
ptr byte
offset int
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Final() public méthode

public Final ( byte ob, int off ) : int
ob byte
off int
Résultat int

Process() public méthode

public Process ( byte ib, int ioff, int ilen, byte ob, int ooff ) : int
ib byte
ioff int
ilen int
ob byte
ooff int
Résultat int