C# Class OpenSSL.SCIPHER

Inheritance: IDisposable
Show file Open project: haf/miTLS

Public Methods

Method Description
Dispose ( ) : void
Process ( byte b ) : byte[]
SCIPHER ( SType type, bool encrypt ) : System

Private Methods

Method Description
SCIPHER ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Process() public method

public Process ( byte b ) : byte[]
b byte
return byte[]

SCIPHER() public method

public SCIPHER ( SType type, bool encrypt ) : System
type SType
encrypt bool
return System