C# Class Org.BouncyCastle.Crypto.Parameters.KdfParameters

Inheritance: IDerivationParameters
Exibir arquivo 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