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

Inheritance: IDerivationParameters
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
GetIV ( ) : byte[]
GetSharedSecret ( ) : byte[]
KdfParameters ( byte shared, byte iv ) : System

Method Details

GetIV() public méthode

public GetIV ( ) : byte[]
Résultat byte[]

GetSharedSecret() public méthode

public GetSharedSecret ( ) : byte[]
Résultat byte[]

KdfParameters() public méthode

public KdfParameters ( byte shared, byte iv ) : System
shared byte
iv byte
Résultat System