C# Class Org.BouncyCastle.Crypto.Tls.TlsDheKeyExchange

Inheritance: TlsDHKeyExchange
Exibir arquivo Open project: nonorganic/dssnet

Public Methods

Method Description
ProcessServerKeyExchange ( Stream input ) : void
SkipServerKeyExchange ( ) : void

Protected Methods

Method Description
InitSigner ( TlsSigner tlsSigner, SecurityParameters securityParameters ) : ISigner

Private Methods

Method Description
TlsDheKeyExchange ( TlsClientContext context, Org.BouncyCastle.Crypto.Tls.KeyExchangeAlgorithm keyExchange ) : System

Method Details

InitSigner() protected method

protected InitSigner ( TlsSigner tlsSigner, SecurityParameters securityParameters ) : ISigner
tlsSigner TlsSigner
securityParameters SecurityParameters
return ISigner

ProcessServerKeyExchange() public method

public ProcessServerKeyExchange ( Stream input ) : void
input Stream
return void

SkipServerKeyExchange() public method

public SkipServerKeyExchange ( ) : void
return void