C# Class AaltoTLS.HandshakeLayer.Protocol.HandshakeClientHello

Inheritance: HandshakeMessage
Afficher le fichier Open project: juhovh/AaltoTLS Class Usage Examples

Méthodes publiques

Свойство Type Description
CipherSuites List
ClientVersion AaltoTLS.PluginInterface.ProtocolVersion
CompressionMethods List
Cookie byte[]
Extensions List
Random HandshakeRandom
SessionID byte[]

Méthodes publiques

Méthode Description
HandshakeClientHello ( ProtocolVersion version ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
DecodeDataBytes ( ProtocolVersion ver, byte data ) : void
EncodeDataBytes ( ProtocolVersion ver ) : byte[]

Private Methods

Méthode Description
HandshakeClientHello ( ) : System

Method Details

DecodeDataBytes() protected méthode

protected DecodeDataBytes ( ProtocolVersion ver, byte data ) : void
ver AaltoTLS.PluginInterface.ProtocolVersion
data byte
Résultat void

EncodeDataBytes() protected méthode

protected EncodeDataBytes ( ProtocolVersion ver ) : byte[]
ver AaltoTLS.PluginInterface.ProtocolVersion
Résultat byte[]

HandshakeClientHello() public méthode

public HandshakeClientHello ( ProtocolVersion version ) : System
version AaltoTLS.PluginInterface.ProtocolVersion
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

CipherSuites public_oe property

public List CipherSuites
Résultat List

ClientVersion public_oe property

public ProtocolVersion,AaltoTLS.PluginInterface ClientVersion
Résultat AaltoTLS.PluginInterface.ProtocolVersion

CompressionMethods public_oe property

public List CompressionMethods
Résultat List

Cookie public_oe property

public byte[] Cookie
Résultat byte[]

Extensions public_oe property

public List Extensions
Résultat List

Random public_oe property

public HandshakeRandom,AaltoTLS.HandshakeLayer.Protocol Random
Résultat HandshakeRandom

SessionID public_oe property

public byte[] SessionID
Résultat byte[]