C# Class SharpCifs.Util.Rc4

显示文件 Open project: brandonprry/Potato Class Usage Examples

Public Methods

Method Description
Init ( byte key, int ki, int klen ) : void
Rc4 ( )
Rc4 ( byte key )
Update ( byte src, int soff, int slen, byte dst, int doff ) : void

Method Details

Init() public method

public Init ( byte key, int ki, int klen ) : void
key byte
ki int
klen int
return void

Rc4() public method

public Rc4 ( )

Rc4() public method

public Rc4 ( byte key )
key byte

Update() public method

public Update ( byte src, int soff, int slen, byte dst, int doff ) : void
src byte
soff int
slen int
dst byte
doff int
return void