Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
BaseCipherSuitePlugin
SSLv3DeriveBytes
C# 클래스 BaseCipherSuitePlugin.SSLv3DeriveBytes
상속:
System.Security.Cryptography.DeriveBytes
파일 보기
프로젝트 열기: juhovh/AaltoTLS
공개 메소드들
메소드
설명
GetBytes
(
int
count
) :
byte[]
Reset
( ) :
void
SSLv3DeriveBytes
(
byte
secret
,
byte
seed
) :
System
메소드 상세
GetBytes()
공개
메소드
public
GetBytes
(
int
count
) :
byte[]
count
int
리턴
byte[]
Reset()
공개
메소드
public
Reset
( ) :
void
리턴
void
SSLv3DeriveBytes()
공개
메소드
public
SSLv3DeriveBytes
(
byte
secret
,
byte
seed
) :
System
secret
byte
seed
byte
리턴
System