C# Class TLSHandler.Internal.KeyExchange.PskKeyExchange

Inheritance: IKeyExchange
显示文件 Open project: whSwitching/TLSHandler

Public Methods

Method Description
Dispose ( ) : void
Exchange ( Array encryptedPreMasterSecret, Array clientRandom, Array serverRandom, object privateParameters ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Exchange() public method

public Exchange ( Array encryptedPreMasterSecret, Array clientRandom, Array serverRandom, object privateParameters ) : void
encryptedPreMasterSecret Array
clientRandom Array
serverRandom Array
privateParameters object
return void