Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Shadowsocks
Encryption
RNG
C# Class Shadowsocks.Encryption.RNG
Show 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