C# Class AaltoTLS.HandshakeLayer.Protocol.HandshakeCertificate

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

Public Properties

Property Type Description
CertificateList System.Security.Cryptography.X509Certificates.X509CertificateCollection

Public Methods

Method Description
HandshakeCertificate ( 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[]

HandshakeCertificate() public method

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

Property Details

CertificateList public property

public X509CertificateCollection,System.Security.Cryptography.X509Certificates CertificateList
return System.Security.Cryptography.X509Certificates.X509CertificateCollection