C# Class Shadowsocks.Encryption.RNG

Mostra file Open project: shadowsocks/shadowsocks-windows Class Usage Examples

Public Methods

Method Description
Close ( ) : void
GetBytes ( byte buf ) : void
GetBytes ( byte buf, int len ) : void
Init ( ) : void
Reload ( ) : void

Method Details

Close() public static method

public static Close ( ) : void
return void

GetBytes() public static method

public static GetBytes ( byte buf ) : void
buf byte
return void

GetBytes() public static method

public static GetBytes ( byte buf, int len ) : void
buf byte
len int
return void

Init() public static method

public static Init ( ) : void
return void

Reload() public static method

public static Reload ( ) : void
return void