Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Org
BouncyCastle
Crypto
Parameters
KdfParameters
C# Class Org.BouncyCastle.Crypto.Parameters.KdfParameters
Inheritance:
IDerivationParameters
Datei anzeigen
Open project: nonorganic/dssnet
Class Usage Examples
Public Methods
Method
Description
GetIV
( ) :
byte[]
GetSharedSecret
( ) :
byte[]
KdfParameters
(
byte
shared
,
byte
iv
) :
System
Method Details
GetIV()
public
method
public
GetIV
( ) :
byte[]
return
byte[]
GetSharedSecret()
public
method
public
GetSharedSecret
( ) :
byte[]
return
byte[]
KdfParameters()
public
method
public
KdfParameters
(
byte
shared
,
byte
iv
) :
System
shared
byte
iv
byte
return
System