C# Class AaltoTLS.HandshakeLayer.Protocol.HelloExtension

Show file Open project: juhovh/AaltoTLS

Public Properties

Property Type Description
Type System.UInt16

Public Methods

Method Description
HelloExtension ( UInt16 type ) : System
HelloExtension ( UInt16 type, byte data ) : System
SupportsProtocolVersion ( ProtocolVersion version ) : bool

Protected Methods

Method Description
DecodeDataBytes ( byte data ) : void
EncodeDataBytes ( ) : byte[]
HelloExtension ( HelloExtensionType type ) : System

Method Details

DecodeDataBytes() protected method

protected DecodeDataBytes ( byte data ) : void
data byte
return void

EncodeDataBytes() protected method

protected EncodeDataBytes ( ) : byte[]
return byte[]

HelloExtension() protected method

protected HelloExtension ( HelloExtensionType type ) : System
type HelloExtensionType
return System

HelloExtension() public method

public HelloExtension ( UInt16 type ) : System
type System.UInt16
return System

HelloExtension() public method

public HelloExtension ( UInt16 type, byte data ) : System
type System.UInt16
data byte
return System

SupportsProtocolVersion() public method

public SupportsProtocolVersion ( ProtocolVersion version ) : bool
version AaltoTLS.PluginInterface.ProtocolVersion
return bool

Property Details

Type public property

public UInt16,System Type
return System.UInt16