C# Class OpenSSL.RC4

Inheritance: IDisposable
ファイルを表示 Open project: Hoikas/PlasmaDotNet Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
RC4 ( byte key ) : System
Transform ( byte inbuf ) : byte[]
Transform ( byte buffer, int offset, int size ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RC4() public method

public RC4 ( byte key ) : System
key byte
return System

Transform() public method

public Transform ( byte inbuf ) : byte[]
inbuf byte
return byte[]

Transform() public method

public Transform ( byte buffer, int offset, int size ) : void
buffer byte
offset int
size int
return void