C# 클래스 Shadowsocks.Encryption.RNG

파일 보기 프로젝트 열기: shadowsocks/shadowsocks-windows 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
GetBytes ( byte buf ) : void
GetBytes ( byte buf, int len ) : void
Init ( ) : void
Reload ( ) : void

메소드 상세

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

GetBytes() 공개 정적인 메소드

public static GetBytes ( byte buf ) : void
buf byte
리턴 void

GetBytes() 공개 정적인 메소드

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

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

Reload() 공개 정적인 메소드

public static Reload ( ) : void
리턴 void