C# Class TLSHandler.Internal.KeyExchange.PskKeyExchange

Inheritance: IKeyExchange
Afficher le fichier Open project: whSwitching/TLSHandler

Méthodes publiques

Méthode Description
Dispose ( ) : void
Exchange ( Array encryptedPreMasterSecret, Array clientRandom, Array serverRandom, object privateParameters ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Exchange() public méthode

public Exchange ( Array encryptedPreMasterSecret, Array clientRandom, Array serverRandom, object privateParameters ) : void
encryptedPreMasterSecret Array
clientRandom Array
serverRandom Array
privateParameters object
Résultat void