C# Class openCrypto.TLS.Handshake.ClientHello

Inheritance: HandshakeMessage
Mostra file Open project: kazuki/opencrypto-tls Class Usage Examples

Public Methods

Method Description
ClientHello ( byte buffer, int offset, uint length ) : System
CreateFromSSL2CompatibleData ( ProtocolVersion ver, byte buffer, int offset, uint length ) : ClientHello
Write ( byte buffer, int offset ) : ushort

Private Methods

Method Description
ClientHello ( ProtocolVersion ver ) : System

Method Details

ClientHello() public method

public ClientHello ( byte buffer, int offset, uint length ) : System
buffer byte
offset int
length uint
return System

CreateFromSSL2CompatibleData() public static method

public static CreateFromSSL2CompatibleData ( ProtocolVersion ver, byte buffer, int offset, uint length ) : ClientHello
ver ProtocolVersion
buffer byte
offset int
length uint
return ClientHello

Write() public method

public Write ( byte buffer, int offset ) : ushort
buffer byte
offset int
return ushort