Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
BaseCipherSuitePlugin
SSLv3DeriveBytes
C# Class BaseCipherSuitePlugin.SSLv3DeriveBytes
Inheritance:
System.Security.Cryptography.DeriveBytes
Afficher le fichier
Open project: juhovh/AaltoTLS
Méthodes publiques
Méthode
Description
GetBytes
(
int
count
) :
byte[]
Reset
( ) :
void
SSLv3DeriveBytes
(
byte
secret
,
byte
seed
) :
System
Method Details
GetBytes()
public
méthode
public
GetBytes
(
int
count
) :
byte[]
count
int
Résultat
byte[]
Reset()
public
méthode
public
Reset
( ) :
void
Résultat
void
SSLv3DeriveBytes()
public
méthode
public
SSLv3DeriveBytes
(
byte
secret
,
byte
seed
) :
System
secret
byte
seed
byte
Résultat
System