Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
BaseCipherSuitePlugin
SSLv3DeriveBytes
C# Class BaseCipherSuitePlugin.SSLv3DeriveBytes
Inheritance:
System.Security.Cryptography.DeriveBytes
ファイルを表示
Open project: juhovh/AaltoTLS
Public Methods
Method
Description
GetBytes
(
int
count
) :
byte[]
Reset
( ) :
void
SSLv3DeriveBytes
(
byte
secret
,
byte
seed
) :
System
Method Details
GetBytes()
public
method
public
GetBytes
(
int
count
) :
byte[]
count
int
return
byte[]
Reset()
public
method
public
Reset
( ) :
void
return
void
SSLv3DeriveBytes()
public
method
public
SSLv3DeriveBytes
(
byte
secret
,
byte
seed
) :
System
secret
byte
seed
byte
return
System