C# Class AaltoTLS.HandshakeLayer.Protocol.HandshakeCertificateRequest

Inheritance: HandshakeMessage
Show file Open project: juhovh/AaltoTLS Class Usage Examples

Public Properties

Property Type Description
CertificateAuthorities List
CertificateTypes List
SignatureAndHashAlgorithms List

Public Methods

Method Description
HandshakeCertificateRequest ( ProtocolVersion version ) : System

Protected Methods

Method Description
DecodeDataBytes ( ProtocolVersion version, byte data ) : void
EncodeDataBytes ( ProtocolVersion version ) : byte[]

Method Details

DecodeDataBytes() protected method

protected DecodeDataBytes ( ProtocolVersion version, byte data ) : void
version AaltoTLS.PluginInterface.ProtocolVersion
data byte
return void

EncodeDataBytes() protected method

protected EncodeDataBytes ( ProtocolVersion version ) : byte[]
version AaltoTLS.PluginInterface.ProtocolVersion
return byte[]

HandshakeCertificateRequest() public method

public HandshakeCertificateRequest ( ProtocolVersion version ) : System
version AaltoTLS.PluginInterface.ProtocolVersion
return System

Property Details

CertificateAuthorities public property

public List CertificateAuthorities
return List

CertificateTypes public property

public List CertificateTypes
return List

SignatureAndHashAlgorithms public property

public List SignatureAndHashAlgorithms
return List